Forum Discussion
abhikhopade2109
Jul 30, 2021Copper Contributor
Yes/No Button value change
Hi Guys, I am working with SharePoint Online and using PowerApps to set some rules. On my form I have 3 Yes/No buttons and I need just one of them should be 'Yes' and rest 2 should be 'No'. At the ...
- Aug 01, 2021
abhikhopade2109 If your toggle buttons are called Toggle1, Toggle2 and Toggle3 for example then in the Default property setting for Toggle2 and Toggle3 you just need an if statement: If(Toggle1.Value=true, false,false). That sets Toggle2 and Toggle3 to No if the Toggle1 is Yes but otherwise keeps them at No.
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
abhikhopade2109
Aug 01, 2021Copper Contributor
Hi Rob,
Sorry to get back to you again, Its working for just 2 buttons but 3rd one is giving me error about Circular reference.
Regards,
Abhijeet
Sorry to get back to you again, Its working for just 2 buttons but 3rd one is giving me error about Circular reference.
Regards,
Abhijeet
RobElliott
Aug 02, 2021Silver Contributor
Then you must have made a mistake somewhere but you've not provided any screenshots so I can't tell what you've done.