Need help to create styling in the repeater. If the text is "Not attached" the text needs to be grey. Is there any one out there who have a solution :)

repeater-widget

#1


#2

Hi Somkazz - fairly straightforward I think.

On item load have an interaction something like…

“If text of (wdgText) contains “Attached” then set disabled status = TRUE”

And set the disabled widget style of (wdgText) to grey or however you want it to look.

It’s kind of hijacking the widget styling of statuses for your own visual purposes. You could equally used selected or error.


#3

Thanks as always Mike - You the man