Hello!
I’m having trouble with the ‘subtract lists’ action and data types.
List no. 1 contains a list of all files downloaded from a folder. Then, as part of the flow, I perform operations on specific files from that list and save the paths to these files on list no. 2. I want to compare both lists to repeat the operation on those files from list no. 1 that are not on list no. 2.
The problem is that list no. 1 is a list of file elements, and list no. 2 is text elements. I tried to change the values on list no. 2 to files using the ‘if file exists’ action, I tried to convert the elements of list no. 1 to text using a new variable - unsuccessfully.
I would appreciate any tips on how to make a string variable be read as a file path or vice versa.
Regards!
Iza