Hello All - I have one SP list that has multiple columns. 2 colums in my SP List 1 has a choice column and another is currency column. The same is linked to a form and when submitted, there are no issues.
There is another SP list (SP List 2) is used to mirror some of the details from the SP List 1 via a Power apps form.
I am using a Form in Power apps where based on a unique ID, look up the details fro SP List and fetch the details from SP List 1. While all other fields which are text fields from SP list 1 are coming in, the Choice column and currecny column is not showing up.
When the unique ID is entered in field, there is a on change code where it looks up the detals from SP LIst 1 via a variable and value in each field is tagged as VarDetails. Tracking Number.Value
How can I ensure that the details poplulate and when the form is submitted, the details are being captured.