I just recreated another canvas form. This time it's not submitting the value I choose to the record (field value is blank). The field (Company Site Number) is a standard text field under list settings. In the form I changed it from text to "Allowed Values" which changed it to a dropdown.
Under properties [Items] for the text input I have "Company Site Numbers" which is the secondary data source. Under properties [Value] for the text input I have "Title" which is the correct column. When I preview or publish the form the correct value show up in the field and when I select a valid choice.
Now when I submit the form the column in the list view returns blank\empty. My submit formula is below.
OnSelect= submitForm(P2P)
OnSuccess = NewForm(P2P);Notify("P2P submitted successfully...",NotificationType.Success);Navigate(P2P,ScreenTransition.Fade)
Everything works correctly except the blank value for the company Site Number field.