Edit page gives 404 error
Summary
EDIT page created from quick links using a service connection throws 404 errorContent
Created an Edit page using quick links and REST API service connection as the source. When I select the record and click the Edit button, it takes me to the Edit page but does not show the record for edit but throw 404 error. I am suspecting the payload is not being passed on to the action.
I checked the 'load...' action for the EDIT page under Actions and noticed it is invoking the correct REST API GET method. I also verified the mapping of input parameter and shows the correct page variable to target parameter.
0