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***