Hi @ all,
I have many variables. For half of the variables I have to test if they are empty. Now I can build hundreds of if controls but that would be very time consuming (especially in maintenance).
My idea was to create a list with the variables that need to be tested and then take a For-Each loop and go over the list. But I fail to access the "real" variable with the %CurrentItem%. The If-Condition should not test if %CurrentItem% is empty, it should test if %ListElementName% (e.g. %Test%) is empty. Do you understand what I'm trying to archive? Any ideas?
