Hello,
I have 5 comboxes ( as choices in Sharepoint) in my app. I tried to set the default value as "Pending" every time when someone submits a new record. (=to know that this record is waiting for approval and work with this for other things in my app)
Although its not working... Its displayed, but I cannot see the value "Pending" in my SharePoint list. In the SharePoint it's still "blank".
Combox setting:
Items: Choices: ([@'Monthly Donations 2022'].'Approval 1')
DefaultSelectedItems: LookUp(Choices('Monthly Donations 2022'.'Approval 1'), Value="Pending")
Please help me. 🙂 Thank you!