Hi Community,
I need to implement that the value saved in a sharepoint list is depending on the value selected from a dropdown list.
I have this formula, but only when selecting the value "A" the data is recorded (input "Mom_1"), but when selecting the value "B" or "C" all blank values are recorded. What should I correct?.
"Exists Vol": Sharepoint list column name
"Con_1": is the name of the drop-down list, which contains the values "A", "B", "C", and "D".
Mom_1: is the text entry that provides the value to be recorded when "A", "B" or "C" is selected.
Mom_2: is the text entry that provides the value to be recorded when "D" is selected.
OneSelect formula= '¿Exist. Vol?': If('Con_1'.Selected.Value = "A" || "B" || "C" ;'Mom_1'.Selected.Value;'Mom_2'.Selected.Value)
Regards,
Francisco