Hello
I am a beginner and have designed an app using a blank canvas, I would like to import the data and add a new record to a SharePoint List which I have now created (after completing the app)
The SharePoint Details are below:
SharePoint List
In my app I have made a collection for the above which works well with the below:
Collect(Summary,{Sales_Consultant_Name:Concat('Sales Consultant Name'.SelectedItems, 'Sales Consultants' & ";"), Customer_Name:'Customer Name'.Text, Expected_Invoice_Amount: 'Expected Invoice Amount'.Text,Certainty_Percentage:'Certainty Result'.Text, Invoice_Month:Concat('Month selection'.SelectedItems, Month), Next_Logical_Step:'Next Logical Step'.Text})
The 'Sales Consultant' and the 'Invoice Month' are a ComboBox.
Kind Regards
Casey-Lee