Hi,
I want to be able to set a formula to assign the value, field used for items in the drop-down list.
The goal is to display the information to the user in the correct language that they use, but always upload the same information to the sharepoint list.
With setting the update property of the datacard.
But it seems the Value property cannot be set by formula, Is it the case and is there a work around?
the component name : dropdown7
items = Table({name:"doe, Johb",ID:"111",Lang:"en"},{name:"Bob, Stoke",ID:"222",Lang:"fr"})
Value (property I want to make conditional with if statement) = name
datacard.update = dropdown7.selected.Id

Thanks for the help.