- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 12:07 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 12:22 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 12:08 AM
can you share some screenshots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 07:28 PM
please refer to attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 12:22 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 12:05 AM
Thank you!!!
Because of the use of current.update() !!!!