
Announcements
Hi all,
I am struggling with completely simple thing that works perfectly fine with SharePoint choice column:
However, I am getting attached error in Update Property of the datacard associated with it, I am using Toggle.Value in Update, this works in SharePoint based solution, however not in Dataverse.
Any advise on this? I literally spent hours on this and I couldn't figure it out.
Thanks a lot!
Hi @MichalBr89 - the syntax is different for Dataverse.
For example, apply the below to the Update property of the DataCard:
If(YOUR_TOGGLE.Value, YOUR_CHOICE_FIELD.Yes, YOUR_CHOICE_FIELD.No)
------------------------------------------------------------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.