- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 08:34 AM
Hello guys,
I am struggling with this issue. My inputs is Array.object and I am trying to run For Each on it. You can see screen:
Mystery for me is that after "Set flow variables" it is not moving further... + I see error on that For each..
Please can you advice me where I am making mistake? Thank you so much.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 08:59 AM
So solution was to do it again from scratch. Without any changes. It seems that at first version due to some manipulation with order some steps was showing that has everything right but in fact there was not table set (even it was visible). After done it again its working...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 01:34 PM
Hello Jon,
yea it is the same with just one item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 09:07 PM
Hi @Radek7
The For each step using an Array.Object input seems to be in good shape.
The problem is from the second element in your array. There could be an issue when you're interacting with that second object element. Upon clicking next in the For each step, you can take a closer look at the actions involving the second element.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 10:25 PM
Unfortunatelly problem persists even with only 1object...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 11:24 PM
Now I did all steps again and errors disapeared even that was the same.... It was running fine on test, but when I published it I got again error but different.
I think its related to this step:
But I think it should be ok... or?
Thank you for help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 12:07 AM
So I deleted this step because was not neccesary, my problem solved.. But I am curios why it made troubles...
Thank you