Hello community,
Have a PDF text extraction flow, and use REGEX to capture data ((\d{2}/\d{2}/\d{4})) and save the result in a %DATE% variable
The result is returned in the format of a list: %data[0]%, %data[1]% %data[2]%...
How can I know if this list has more than one item, or date in this case? I tried some actions with %date[1]% but an error appears because when it doesn't have %data[1]% it doesn't find it and gives an error. Okay, but I want to know when this list has more than one item or if it's just one.
Can you help me please?
