Hi
I'm performing 'for-each' in Reactive web app with a server action (UpdateTS) and getting the above error. I'm not getting what I'm missing here in the loop?
Any help will be appreciated.
Hi Prince,
You have the Cycle going down and the "normal" arrow to the action.
I think you want to change those by right-clicking the for each and choosing the option Swap Connectors:
Hope it helps.
Cheers,João
Thanks, João Marques
This really helped me.
I'm glad I could help.
If you found the answer to be helpful, please mark it a solution.
Regards,João
Your cycle path will be connected to the UpdateTs action and from updateTS another path will be connected to for each as below.
Thanks ;)