PARK_Bin
(PARK Bin)
April 3, 2024, 6:02am
1
Dear fellows,
Is there a function or activities in Studio X like execute activities repetitively ?
For example ,
There are 2 activities.
1 is “Use Excel File”
2 is “SAP Logon”
When I want these to be executed repetitively, I need to put the same activities manually for two times.
If 5 ~ 10 times, the logic is going to be complicated.
Can you help ?
avejr748
(Ave Salvante Jr)
April 3, 2024, 6:13am
2
Have you tried “Repeat number of times” activity? You can put there how many times you would like it to repeat, and then put inside that activity the things you want to be repeated
hello @PARK_Bin
you can use this activity
2)You can use linq in your flow to avoid using the activity multiple times, this can save execution time.
Regards,
Dheerendra Vishwakarma
1 Like
Hi @PARK_Bin
you can use for each activity and add condition for that to how many times that have to iterate.
system
(system)
Closed
April 6, 2024, 6:28am
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.