- 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-11-2024 05:02 AM
Hey @Radek7,
It might be the dot-walking to the sysID on your If statement. If possible, and you're referencing a record on a table, maybe adding a hidden field to flag for external task, and then you can say:
- If 'External Task Flag' is True
Just a thought on it.
Thanks!
Josh Pirozzi
- 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...