I have tried the below markdown code but didn’t work
Hi @sandhuravinder
You can use the UFM Expressions to resolve complex data.
in this way: ${ $settings.propertyAlias }
and for your case: ${ $settings.published ? 'Yes' : 'No' }
Here is the PR that enabled it:
Good luck with your project!
1 Like
Thanks, @nielslyngsoe , it worked
1 Like