Goodmornig!
I have a problem with the list.
As You see in the image, why i cannot get the first item (The Date… 2020/3/29)?
In other App, work, now i don’t understand why, also i put Datas in a variable.
Thank You
Goodmornig!
I have a problem with the list.
As You see in the image, why i cannot get the first item (The Date… 2020/3/29)?
In other App, work, now i don’t understand why, also i put Datas in a variable.
Thank You
“2020/3/29 - FT nr. 1 - £50.00”
is not a list, it is a string.
You can use the text split at block to split at " - " (space hyphen space), then select list item index 1