Hi ,
I have a property (e.g., TestProperty) that holds an expression as a string (e.g., "CurrentDateTime()"). I want to evaluate this string expression and store the result in another property. How can I achieve this? Is there a function available for this purpose?
Thanks.
hi @NagaRajan M can you please ellabroate more on this by seeing the question if you are trying set the value in string fromat it will store as it is? I need to understand more on this what is the exact ask here?
@Suresh Vemula Hi, thank you for your response. I have attached the reference image for your review.
@NagaRajan M Thanks for your response. I can see you are using the whole function you are setting inside double quotes at runtime; it’s treated as a string value that you can directly set in a parameter or any other property, which is why you need the function. Can you please elaborate more on your real-time requirement?