Hi,
I need a choice component on screen not form screen.
Why it is always cannot showable ?
Cannot be clicked. it works when it is on form screen.
But I need to do on choice component on the screen.
Hi,
I need a choice component on screen not form screen.
Why it is always cannot showable ?
Cannot be clicked. it works when it is on form screen.
But I need to do on choice component on the screen.
Looks greyed out. Most likely your screen is not attached to a row, so there is now row that can be updated. Make sure your table has accessible data and you don’t have any filters set for the screen.
But, what should i do now if i confirmed there’s no any filters and it’s accessible.
Is there at least one row in the table containing data? (apart from the headers)
Not yet. So far, no data.
That will be the problem, then.
As Jeff mentioned, the choice component needs a row that it can write to.
Try adding a dummy value anywhere in the first row of the table, and that should fix it.