How do I get the value of published property from settings in the block grid blocks?

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.