Hello - I am attempting to pull items from a Sharepoint site into a monthly excel report based upon the following parameters:
- BLEND = yes
- Created during current month
With some help from this community, I have gotten the filtering to work and the correct items to pull into the report based on the parameters defined. The problem is that after I perform the filter array, a key element of the report is now missing (see the JSON from the Get Items output below):
I cannot append this to the array as it is a string. How can I get this to show back up in the dynamic content?
Also, using the flow below for reference - I am assuming that the next steps will be Parse JSON (to get the dynamic content back), Create CSV (to create the CSV table), and Create File (so the CSV is now available on the sharepoint site). Does that sound like the correct plan of action?
Here is my flow for reference:
This community has been such an amazing help - thank you so much in advance for helping me tackle this issue!