Hi all,
I am building an app where there are 2 types of users/screens. User 1 submits requests so it creates a new record in a sharepoint list. User 2 fulfills these requests which will edit and update these records which also completes these records. The issue is with User 2 (Edit/Update Screen), the values entered by User 1 aren't use as the default value and are blank. How do I fix this? I tried using ThisItem.'Column Name' but still being left blank.
For what it's worth, clicking the check box does update the record line item in sharepoint if all the required fields are filled in.
Thanks in advance!