Hello,
I am trying to have a toggle change to true when an item in a SP list is modified. Is working for text input and values, but I cannot make it work for a choice column.
I have a SP list called Pits, with a choice Column called Type.
I made a dropdown called DD_Type with
Items = Choices(Pits, Type)
Default = ThisItem.Type.Value
Then I set a toggle, which I want to become true when the Type column is modified
Default = ThisItem.Type <> DD_Type.Selected.Value
I did the same procedure for other columns in the SP list and is working. I think the problem is in the record type for the dropdown but I cannot find how to solve this.
Any help?
Thanks


Report
All responses (
Answers (