Hello UiPath Team,
I have created a List variable, which is being used to save some loop output as True or False.
Now I want to find that if all saved results are ‘True’ then set a new boolean variable(‘AllTrue’) as ‘True’.
Any help would be appreciated.
Thank You
we assume a list of Boolean
Assign Activity
isAllTrue = yourListVar.All(Function (x) x)
[HowTo] LINQ (VB.Net) Learning Catalogue - Help / Something Else - UiPath Community Forum
Thanks for your quick response, but this query is not working in my workflow.
then show us what was done in detail
Demo sample
And Also
Done with immediate panel:
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum
Also have a look at the shared Training resource
I don’t have Immediate Panel, as i’m using OpenRPA tool.
I’m sharing the code that i have written in the Code editor.
adapt it carefully and also close the bracket
still you can read the shared training and prototype it e.g. with other editors standalone
Yes, i added that bracket there but still not working.
as you can see in our demo it is working. so do the analysis at your end and investigate
- the correct datatype of booleanListMatchedResult
- the items of the populated list
- remove the logs etc
And place it directly