Hi Guys,
Anyone here encounters this? I don't know if this is an error and how to fix it.
Here's the scenario I created a flow that will trigger "When a new response is submitted" to Forms. Then the file upload in the Forms will move to Sharepoint Library. Then I also used Get-Item on Sharepoint List as a Filter to determine which directory was used.
I don't know how to fix it because no Error prompt.
Thank you.
I tried to test the flow:
Actual Flow:
@benidoink are you referring to the column name? If so, you can check the internal column name by going to list settings, clicking on the column and then looking at the URL.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉
Hi @DamoBird365 ,
Here's the workaround I got. I changed the MS Forms Field name and Sharepoint List from "Secretary's Certificate" to "Secretary Certificate". If I removed the apostrophe it's working. May I know if the character or symbol is not possible to the Get Items Filter capability?
Yeah 🙂 I already found why I got 0 results. Thank you
Hi @benidoink
I would guess that your get item action is returning 0 results and you can check the output in the history of the flow. Your apply to each is not running as the "results" dynamic value is empty.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉