Hello,
is there a way to convert the output of a toggle from Values into Text?
Its a column with only two options, like Yes and No.
Since I need a delegatable column I chosed a plain text column. That column I want to check as a composite key for duplicates. A toggle is seemingly always If ( IsBlank(Lookup(Table; YESNOColumn= Toggle.Value. , but for look up to work I need it to be like
Toggle.Text.
The alternative would be a dropdown menu instead of toogle, which is definitely a Text type. But I find a toggle for two choices has much more usability than a drop down menu with two choices.
Thank you very much in advance.
Best.