Hi all. I am fairly new to power apps, so perhaps you can help me with my issue.
I have the following gallery on the right displaying data fields for sales meetings that are happening today.
When the meeting happens, our consultant selects the brown check mark, which navigates me to the "Discoveries Held" Form that is connected to my appdata__ sharepoint list.
Once I arrive at the screen, the data fields autopopulate based on my gallery check mark selection as you can see below.
This information goes to my appdata__ list in the sharepoint and once I select the submit button, the following actions ensue: OnSelect: SubmitForm('Discoveries Held');If(ComboBoxContract.Selected.Value = "Yes", Navigate('After Discovery Request for Contract'),Navigate(HomeScreen))
My issue lies in my next screen. As you can see, the datafields are the same, but my sharepoint list I need to add an item to differs from my appdata__ list. This particular list is called contractdata__.
Since my sharepoint list/source is different, I am struggling to autopopulate the fields above and keep receiving error messages about incompatible data sources. I tried creating a variable called discoverymeetingrecord, but I have had no luck with that either.
One potential issue is that my title field in sharepoint list appdata__ is the Sales Rep's name, and the contractdata__ list has the title column as the organization's name. I'm not sure that this is causing any issues, but I am trying to provide as much information as possible to help you help me:)