Notifications
Announcements
Hello,
A bit of a strange one, not sure if its a bug:
If(DataCardValue70.Value = true, Set(FurtherReview, "Sent for further review");Set(Reviewer1DropdownValue,Blank()), Reset(DataCardValue67)&& Reset(DataCardValue73) && Reset(DataCardValue72))
Hi!
Have you tried making the other two datacardvalues visible only if:
DataCardValue67.Visible
Cheers,
Sancho
@Lefty Could you try to set the visible property of DataCardValue72 and DataCardValue73 to :
If( And( !DataCardValue67.Value, Or( DataCardValue67.SelectedText.Value = "rejected", DataCardValue67.SelectedText.Value = "conditional" ) ), true, false )
hi @iAm_ManCat
I have indeed set the visible property of one of the datacards to:
DataCardValue67.Selected.Value = "Rejected"
As mentioned this works fine, it's when I change the toggle from false to true, after selecting rejected in the dropdown, this then displays the rejected datacard, which only goes away if I uncheck and check the toggle again, it's as if its not resetting completely the first time the toggle is changed
Hi @TJO
Tried this, same happens as what I had set up.
@TJO @iAm_ManCat
I've just tested something.
I have placed some random text in the rejected text box and then changed the toggle to true, as stated the dropdown (datacardvalue67 and its datacard) become hidden, but the rejected text box stays visible, but the text does not reset either, so it appears my code is only resetting the first datacard upon the first time of changing the toggle from false to true:If(DataCardValue70.Value = true, Set(FurtherReview, "Sent for further review");Set(Reviewer1DropdownValue,Blank()), Reset(DataCardValue67)&& Reset(DataCardValue73) && Reset(DataCardValue72))
@Lefty The reset statements are in the Else part of the if formula
@TJO
Ha, perfect thanks
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 796 Most Valuable Professional
Michael E. Gernaey 327 Super User 2025 Season 2
Power Platform 1919 268