Render Icon within Expression
450
Views
2
Comments
New
Frontend (App Interfaces)

Consider  this...

"Some Text: True / False"

So normally I will have expression / text and if condition when true show this icon else false show that icon

It would be great and reduce a lot of click and nested layout tree when you can type it all within 1 single expression -> "Some Text: " + if(ConditionIsMet,RenderIcon(GetIconName('check'),SetIconSize(2)),RenderIcon(GetIconName('close'),SetIconSize(2)))

Changed the category to
Frontend

Hi,

Not sure if that is such a good improvement. Would a lowcode solution like a webblock with a boolean as input not be a better solution?. First of all it is all low code. Second you can easily reuse it.

Regards,

Daniel