Dear all,
I have a leave request flow (not the one I'm having trouble with) that create a calendar event on a sharepoint calendar when a request is approved. The flow gives the calendar event the same ID as the list item.
My other flow that I'm trying to set up to delete the calendar event if the list item is deleted.
The condition is currently not triggering, what am I doing wrong?
Är lika med = Is equal to.
Happy to answer any questions.
Best regards,
Karl
Solved! Go to Solution.
Hi @KarlB ,
What is the type of the new column used to record the ID?
The type of the ID field is Number. If it needs to be compared with it, the type of the other parameter in Condition must also be number.
You can use the int () function to convert the parameter value to the left of the Condition to an integer.
Best Regards,
I am a little confused when you say that you give the calendar item the same ID as the list item. IDs cannot be assigned to SharePoint list items - they are internally generated by SharePoint. Do you mean to say the you have an additional column in the calendar where you store the ID of the list item? Please let me know and I will provide an example.
Excuse me for being unclear.
But, yes
You are exactly right. I have created a new column in the calendar where I store the ID of the list item (generated by SharePoint).
Best regards,
Karl
Hi @KarlB ,
What is the type of the new column used to record the ID?
The type of the ID field is Number. If it needs to be compared with it, the type of the other parameter in Condition must also be number.
You can use the int () function to convert the parameter value to the left of the Condition to an integer.
Best Regards,
Thank you, that did the trick!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
40 | |
38 | |
37 | |
33 | |
28 |
User | Count |
---|---|
39 | |
36 | |
32 | |
29 | |
23 |