Hi! seeking some guidance :)
Context: I'm trying to build a data log of all travel plans in a Sharepoint List, and get each new item (i.e. each itinerary) consolidated and sent to the manager once a day
Issue: When I initialize the "Travellers' Name" from the item created (there can be more than 1 travellres per itinerary) i get the below line for each traveller as output.
{"name":"variables_InitializeVariable","type":"String","value":""}{"value":"first name, last name"}
- when I Append and attach to email, i just get multiple lines of the above instead of just the first name and last name.
Questions:
1. How do I just extract the value such that in my email body, i only show 1st name and last name?
2. How do I show multiple names if an itinerary contains more than 1 name?