Question
How do I set a value to a property dynamically?
Hi,
I have a boolean property called "IsDismissal" and I need to set this to true or false based on a condition. I.e. I ll check for the date difference and if the difference is over 180, I should set the boolean value to True otherwise False. I am able to determine the date difference and I'm trying to set the boolean value on a button click using Action Set -> Set Value. However, its not working. I also added a data transform to set the value and I ran the data transform on the button click. That's not working either. Any help on this?
***Moderator Edit: Vidyaranjan | Updated Categories***
Hi,
1) Test the function you have given in the Expression builder tool and see if it getting executed properly.
2) Check if both the properties "isDismissal" & ".Difference" is present on the clipboard page & what are their values.
3) run the data transform again and see in clipboard if the values are getting set or not.
Regards,
Rachit