Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Could you please advise how can I alter list of single values to list of comma separated / concatenated values?
Output (that is working properly) now is:
- app name that was found by first part of the automation
- app id
- list of reload start times (!ONLY 1 "field" from JSON - working with any single field...) regarding that specific app.
What I would like to achieve is a list of < start times !!!AND status!!! >, but I could only get error messages, or unusable response...
This was my last try
that gives back: "Array & Array"
Does anyone know what shall be done to correct it?
I kept trying and found one solution:
I have added a loop where I introduced a new variable for which proper value could be appended in each iteration step - and finally I had to simply select this new variable in the output
I kept trying and found one solution:
I have added a loop where I introduced a new variable for which proper value could be appended in each iteration step - and finally I had to simply select this new variable in the output