Dear community,
This is my first post. Hopefully you can help with the following flow that I have been trying to understand the past three days.
I have a flow that keeps returning status: succeeded, but thats it. The actions that I am after are not happening.
This is the idea:
- Flow runs every morning
- Variable of todays date
- Get items from share point. Here I make use of odata
- Apply to each SP item and create a condition where I ask the flow to check if the startdate matches the date of today.
- If so, create an item at column Mutatiedatum with todays date.
- Afterwards another nested apply to each, where I ask the flow to check whether Sharepoint column Mutatietype matches the choice 'Start' in this example.
- If so, then I ask the flow to send an email and post a message in Teams.
This flow works, howover no changes are done in SP, no emails are sent and no posts are posted in Teams.
I have no idea, but it seems that I am missing some imortant steps, however I don't seem to figure it out.
Above example that the flow succeeds, however on the apply to each there is no false or true, which makes it confusing for me.
Below an example of the entire flow. Hopefully someone can help out.
Thanks!