Hello Community,
I’m very curious about the capabilities of the List Source Variable Type inside UiPath Apps.
I understand that I can basically save a whole entity with multiple fields inside a list source variable, but what operations can I perform with it? For example, I’m trying to get the total records in my list of “customers” where the field “resident” equals true. How can I perform such an operation once I have basically all my entity inside this list variable “customers”?
I do understand that an easy way to get the result of the statement above is essentially reinitializing the list variable with a set value and using the query builder, but that is taking the fun out of it. My goal is to really leverage the VB expression functionalities and understand how far it can go.
So, I thought of performing a LINQ Query on this list to fetch the required values, but I’m having trouble finding the right properties and syntax for it. Hopefully, and most likely, someone has more knowledge on the matter than me surely @Arvind_Kumar1 . I’ll be waiting for a response.
Thank you very much, and regards!