Hi @LauraG1
The issue is that in the comparison, you're comparing the body of the HTML to Text (that is, a string that is covered by the body of an element that contains a lot of other elements) with an id (an int value), that's why the comparison will always be false. In the end, you're comparing something like 1 to "[{id:123,.....}]"
You need to change the left parameter with the ID value you get inside the body of the calendar action (the calendar value ID).
Does it make sense?
Cheers
Manuel
------------------------------------------------------------------
If I have answered your question, please mark it as "Accept as Solution." It will help other members find the solution faster. If you like my response, please give it a Thumbs Up. ?
Otherwise, reply to it, and the community will do its best to help you.