Duplicate activities.

Wei_ Ling
Tera Guru

As you can see, when I submit a table to generate Task and it appears that the activity produces the same content, does anyone know why

1 ACCEPTED SOLUTION

Mahendra RC
Mega Sage

Hi,

Could you please check once if there is any current.update() used in any of the BR on your respective table. Also check if the below case is applicable to your task record:

suppose there is record in table1 is created and once the record is created in table1 there may be a BR which make an update or create a new record in table2. Once the record is created or updated in table2 there is some update happening back on table1 record.

Please mark my respsone as helpful/correct, if it answer your question.

Thanks

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

can you share some screenshots.

please refer to attachment.

Mahendra RC
Mega Sage

Hi,

Could you please check once if there is any current.update() used in any of the BR on your respective table. Also check if the below case is applicable to your task record:

suppose there is record in table1 is created and once the record is created in table1 there may be a BR which make an update or create a new record in table2. Once the record is created or updated in table2 there is some update happening back on table1 record.

Please mark my respsone as helpful/correct, if it answer your question.

Thanks

Thank you!!!

Because of the use of current.update() !!!!