My current flow is a manual trigger, then List files in Folder, and then Parse JSON. My main problem is I think the way that the file name list gets read is not acceptable as an array which is how I need to split the names later. How will I be able to convert the way the list is called into an array? Or other flow examples would help.
It helps a ton if you actually show the data of what you are talking about.
If you just want the names, why not just do your list, then do an Apply to Each, where you loop through, then you can Append to Array the name in each iteration
But why do you want to split the names? It sounds more like you want to replace the _ with ' ' aka a space.
Anyhoo let me know if that helps, its how I would do it.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.