Hello Community,
I am performing an objectLookup (in Insight) and get all the data as expected. Since the result consists of several elements, I am using {{#lookupObjects}} ... {{/}} to loop through them.
One of the fields (it's called {{Location}}) needs to be shortened to 2 chars. I tried to use {{Location.left(2)}}, but this did not work -> no value was provided at all.
Question: is left() or also format() possible within such loops?
Thanks in advance.
Eugen