Hi, Im trying a sample example for for each activity,here i want to find out the smallest no from the array …so when im using an if activity inside for each activity im getting below mention error…
For each loop.xaml (9.3 KB)
Hi @Chippy_Kolot ,
You must write a valid condition in the condition section.
Instead of If activity directly i can provide the condition there…?
Yes I tried…Other than that what condition i have to provide there…Im not much aware of modern activities…Can you please let me know …what condition i can provide there…
something like say you have array and you want to interate through items whose index is greater than4…then you can use condition
cheers