I am working with list A which has a lookup column that is a site column that looks data from a list B that presides in another site (on the same site collection)
I am building a PowerApps form to replicate the same functionality as the OTB SharePoint form. I am able to create a combo box on the form with a data source that points to the other list, B. However I have created a button which uses the Patch command in the onSelect event where I want to write back the selected value from the combo box to list A. I get a syntax error stating that the column name does not exist. I thought it might be the static name so I checked list A and used the static name but still have the error.
Is it possible to work with lookup columns which are site columns (where the list is in another site) and use the Patch command in PowerApps?