Hello everyone,
I am trying to submit this DataCardvalue to a Dataverse choice column.
I am using this formula on the ComboBox:
Switch(
DataCardValue30.Selected.Name,
"Value1", ["Choice1", "Choice2", "Choice3", "Choice3", "Choice4"],
"Value2", ["Choice1", "Choice2", "Choice3"],
[]
)
I'm open to any other solutions or ideas anyone may have.