Hi all,
I'd made a previous thread about creating a 'job' in a PowerApp which would populate an SP list and then create said job in to a data verse table which would be assigned to the external user using the portal.
Got that working a treat.
The idea is that the external user will access the record and drop in their documents. In the lovely SharePoint integration function:
I understand that where this is concerned to work you have to have an existing record. So for all my other multi-step forms this is on page 2 and so on because it needs to be updating and cannot work on new. This is proven, tested and works with my other tables.
For the Job details table as in my previous thread it's doing things a bit differently by the data being fed in to the table from SP. When it does that it puts the user contact id in to a lookup column that references contacts so that it associates with the logged in user, all works.
I have the table and permissions all set up exactly as with my others.
I have a multi-step form set to edit as opposed to insert and the table above set to move to the page where the form is and it just errors out.
Are multi-step forms not actually editable and only for creating new records? Or am I totally missing something?
Many Thanks