Store a if/else expression inside a property or a table
Hi,
I have a quick query to be asked, I am creating a condition statement or a if/else condition dynamically and this statement is being stored in a property for testing purpose. I wanted to know how to use the expression stored inside the property for the if/else conditions because if I use the property directly it is evaluating if there is a value in the property and returning always true. But I want the condition inside the property to be evaluated.
Is there any solution for this purpose to use the dynamically created expressions as it is required?
Thanks in advance
With Regards,
Srijith

