โ10-26-2021 08:00 PM
I have defined an arrat of string in object definitions(scrrenshot attached). I have tried bunch of different combinations but all of them are giving error. Can someone please help in entering this field?
โ10-26-2021 08:09 PM
Can you try ['ABC', 'DEF']
โ10-26-2021 08:33 PM
Thanks, that worked
โ10-26-2021 08:26 PM
Try using formula format_map e.g.
format_map('Name: %{name}, Email: %{email}, Company: %{company}')
โ10-26-2021 08:26 PM
Hi,
This works for me.