Hi all,
I’m new at working with Make and I could really need your help!
From a webhook, I receive a Collection containing an Array (see Screenshot):
My goal is to transform the array-output, so that I have one string in this format: “value1”,“value2”,“valueN”
Every value has to be in quotation marks and they are comma separated
I tried to set a variable and transform the previous output. Here is the configuration:
The output is:
It’s close, but I need to have it like this: “owner”, “renter”
I would really appreciate any help I can get on this.
Best regards,
David