Dear Forum Members,
Can anyone please help me? I am going nuts already! 😭
This may be easy, but I have gone through a zillion different posts and tried at least 10 different ways to resolve this without success...
I have a spreadsheet with existing entries and serial numbers. I got my flow to append new lines to it, and every time a new line is added, I want my flow to append a serial number to it. Apart from this flow, there also is another one that adds lines to this sheet, so I can not simply hard code the next number into my flow. What I need is a method that reads out the actual number and adds one to create the upcoming one. I already solved the first half of my workflow (the reading out the actual number part), I have the actual numbers in an Object (that was created from a JSON with Create CSV function), what I would need now is to convert this multiple lines object (CSV table) into an array separated by semicolon, because I would like to define the highest value (with MAX function) to be able to add one to it.
I couldn't so far find a solution to split my multiline object into an array. The input looks like this:

I already had several attempts with split / take, etc. functions. This is the last attempt I had:

Although the flow was successful, the output is not really what I wanted:

I believe that the variable is now a string (I converted it).
Can you please recommend a way I could split this into a comma-separated array?
Thank you in advance!
Regards,
SalvadorBali