Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022 11:33 AM
Hi,
You can simply move the create task activity outside of the for loop. Indent it to the left so that it is not part of your loop. Let the loop fetch you all the asset information into a variable, then use the create task activity to populate those variable in the description of the task.
Mark the comment as a correct answer and also helpful if this helps to solve the problem.