Branch on condition not working

i have created an BOT with branch condition, If the idea is approved by the manager Send approval email to Idea submittor and update the approval date to TODAY and Idea Status to WORK IN PROGRESS, if its rejected rejected email , approval date to TODAY & Idea Status to Rejected. the 1st condition is working fine and 2nd condition email is sent correctly , however the approval date & Idea Status are not updated. This was working fine will couple of weeks , from last week i see that its not working

https://screenshot.googleplex.com/6BURphTngDTHVpZ

We can use the monitoring section of the bot to check if there are any errors. In this case , the status column is an enum, and the enum should have the rejected value for the bot to work.

2 Likes