Announcements
Hello,I am attempting to show or hide a datacard based on the condition of two fields If DataCard1 ="xxx" from a drop down list & DataCard2 ="abc" from a text input the display DataCard3 if not hide DataCard3.
Thanks
You would add that formula to the visible property of the data card you wish to hide/display.
If( DataCardValue1 = "xxx" && DataCardValue2 = "abc", true, false )
I have tried that but it is not working.
Are you sure you are using the correct syntax?
Your text datacard might need to be DataCardValueX.Text and the dropdown might need to be DataCardX.Selected.Value or something similar.
I have tried that also.
Are the data cards that contain the text and dropdown default or did you customize them by adding fields?
I have customized them with fields.
Please share a screenshot of your expanded datacards in the tree view.
@JR-BejeweledOne
Thanks,
Here is the screen shot as requested.
Try changing your formula like this:
If( dd_archivetype.selected.value = "xxx" && 'Transfer Type'.Text = "abc", true, false )
Normally inside your data card you would have a DataCardValueX for the field. You can't reference the top level data card like you are trying to do. You have to reference the item inside the data card that contains the value that you need. In this case it will be your dd_archivetype and your Transfer Type.
Thanks I have tried that but it still won't work.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 432 Super User 2026 Season 2
Mohsin Ali 347
WarrenBelz 254 Most Valuable Professional