I've a PA flow . The "compose - Extract Link" generates multiple URL's around 25 Ex: https://test1.com, https://test2.com...and I want to store all these URL's into a CSV file and finally call the CSV file in the next step of my PowerAutomateDesktop flow.
Can you advise how to store the values in to CSV format after the compose - Extract Link . PFA snapshot
See attached .
Hi @skolisetti
For better clarification, could you show me how output of compose action looks like (sample output )?
As Create CSV Table action requires array as input but the expression you have used return first element from array.
first(split(outputs('Compose_-_Convert_to_String'), '"'))
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
This is the expression in Compose - Extract Link - Inputs - first(split(outputs('Compose_-_Convert_to_String'), '"'))
Hi @skolisetti
You have to use create csv table action to create csv table out of array data .
But could you share what expression is written in that compose action ? is it an array being generated out of that compose action ?
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492