Hello everyone,
I am trying to get the value from the "Nutrival" card into the "Qty Ordered" card when I select from a list in the dropdown.
So if I select "1) Sanavita" I would show another card and I would like that value to be placed into the "Qty Ordered" Card.
The image below shows the formula I am using but once I add in the "or" it gives me "false".
Please note that the Nutrival value is calculated.
With this type of logic, the Switch operator will probably work better for you.
Switch(Dropdom1_43.SelectedText.Value,
"Nutrival",
varNutrival1,
"1) Sanvita",
varSanvita
)
WarrenBelz
146,631
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,991
Most Valuable Professional