@emmanuel Could we format a list based on a list of things ?
Exemple 1 :
I wish I send in an email “You won 5 products : 2 tschirts + 1 sweat + 1 trousers”
I imagine somthing like this for a List of Order : format list
- Content : “ThisOrder’s Quantity ThisOrder’s Product’s name”
- Separator : " + "
same idea than @mmcconna actually
Exemple 2 :
In the API Connector, I add the same @Martin’s issue. This would help :
- Content : "
{
“email”: “user’s email”,
“age”: user’s age
}" - Separator : ", "
Best,