Hello,
I've a SharePoint list, in which I added a Toggle button i.e. Yes/No.
Same is added to the PowerApps form.
Users are able to switch between this Toggle button and submit/save the form.
But later when we refresh the form, we could see that the Toggle button is switched to No, even though if was selected as Yes.
In SharePoint also we do not see a check mark for the selections which were selected as Yes
In added below code to the Update property:
Update = If(DardCard10.Value = true, true, false)
As you could see I've update the update property same as you describe:
DataCardValue10.Value
But both the ways did not worked for me.
Reason why I've added a toggle button is to trigger the Power Automate flow.
If the user is selecting Yes - an email will be sent else it will skip to send the email
Will this work if we add a dropdown option i.e. Yes and No to trigger the flow?
Below is the condition that I added - is equal to True i.e. Yes, send an email
Any ideas?
Toggles are either true or false so Update property should be simply: Toggle1.Value if the toggle name is Toggle1. If that doesn't work delete that card and add the same field card back in again.
Update property was earlier set as below:
But that did not worked and I changed the Update property.
Any guesses, why this is not working as expected.
Toggles are either true or false so Update property should be simply: DataCard10.Value if the toggle name is DataCard10.
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional