Skip to main content
June 18, 2024
Question

Process model is unable to access a document when the form interface is using a a!startform and being called in the site

  • June 18, 2024
  • 1 reply
  • 0 views

it apparently has no permissions, however it works when on interface, but it doesn't on the site. All permissions were conceded.

This error message in instance details only happens when using the site itself. But when using the interface it doesn't.

The S3 node simply doesn't access the document through the process model

Any thoughts on it? Thanks in advance

1 reply

June 18, 2024

saveInto: {
  a!submitUploadedFiles(),
    a!startProcess(...)
  }


docs.appian.com/.../fnc_system_a_submituploadedfiles.html

calling a!submitUploadedFiles() before starting my process was enough to solve my issue