Entry
Returns an entry from a delimited list at the specified index.
Last updated
Was this helpful?
Returns an entry from a delimited list at the specified index.
Last updated
Was this helpful?
Returns the nth (1 being the first item) from a list. Returns an empty string if the entry does not exist. This differs from the Expression as you can specify separators other than commas.
Entry(2, ";")
line1; line2; line3
line2
Entry(3,"/")
07/11/2023
2023
Entry(6,",")
item 1, item 2, item 3