Flow designer - For Each Item on Array.object input

Radek7
Mega Guru

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:

Radek7_0-1712763156020.png

Mystery for me is that after "Set flow variables" it is not moving further...  + I see error on that For each.. 

Radek7_1-1712763220204.png
Please can you advice me where I am making mistake? Thank you so much.

 

1 ACCEPTED SOLUTION

Radek7
Mega Guru

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...

View solution in original post

11 REPLIES 11

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

Radek7
Mega Guru

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...