- I have a csv with about 6,000 records and 12 columns
- I need the data from just two columns (phone1 and phone2)
- I need to group the two columns into one and eliminate duplicates and blanks
- I need to send the unified data in chunks of 50 to another system via HTTPS POST API
My flow below looks like it works but the format of the data ( items() )in the HTTPS body part is wrong.
It looks like:
It needs to look like:
My Flow:
Any ideas on how to fix this? Thanks in advance for your expertise.


Report
All responses (
Answers (