So I'm trying to get data from a SharePoint list. The data is a number formatted as a string.
I've used INT to convert a DaysRemaining string to an integer within the flow, and I can see that it was successful, but I cannot combine it back to the original data to
1. Filter the array on DaysRemaining < 90
2. Create a CSV attachment to an email of the filtered data with other fields.
I know how to capture output to a CSV attachment.
What I'm having trouble with is getting the original data ie. Product, TeamLead, etc connected with the converted integer. So I can filter the array for just the items I want, then output that to the CSV.
Hope I'm explaining this correctly. This is my 3rd day working with Flows 🙂
Thanks!