Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Unanswered

Toggle card cannot write (Update property) to table in Dataverse

(0) ShareShare
ReportReport
Posted on by 6

I moved my app (that used Sharepoint lists) to a new environment where the data is stored in Dataverse tables. But now my 'Update' property of the card with a toggle field keeps giving an error: 'Expected OptionSetValue value'. I tried statements like: 'If(Reistijd_Terug_log.Value,true,false)', 'If(Reistijd_Terug_log.Value = true,true,false)' and 'If(Reistijd_Terug_log.Value,Yes,No), but nothing works.  

luten001_0-1704374539343.png

Does someone have an idea of how to solve this problem?

 

Categories:
  • luten001 Profile Picture
    6 on at
    Re: Toggle card cannot write (Update property) to table in Dataverse

    I tried all kind of statements, unfortunately nothing worked. And I had no more time. So I replaced all toggle fields by Radio buttons. Looks less smooth, but it works 🙂

    Thanks for your answer. If I have more time I certainly try the toggle field again 🙂 

  • shoog Profile Picture
    2,164 on at
    Re: Toggle card cannot write (Update property) to table in Dataverse

    You need to pass the right choice value, something like:

    If(Reistijd_Terug_log.Value,Reistijd_Terug.Ja,Reistijd_Terug.Nee)

    This is assuming your column name in Dataverse is called Reistijd_Terug, change as needed if the name is different.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics