Hi,
I'm making custom form in powerapps. I have made column Role1, type choice in sharepoint list with option to add values manually. When I submit form with enable choices everything save and work, but when I enter value manually, I lost data after submit. Do you know how to fix this ?
Formula on my Role1 dropdown (DataCardValue14):
Default: Parent.Default
Items: Choices(SharepointListName.Role1)
Formula on my Role1_DataCard:
Default: ThisItem.Role1
Update: DataCardValue14.Selected
I tried to change "Update" to DataCardValue14.Selected.Value but it expects Record, not Text values.
Thank you in advance