Got error at trying to update a rule input

Zuuuuuuup people !

So, I'm trying to create a screen to upload files,, between 2 interfaces. Since I need to send files to process model, I need to set rule input. But, When I try it, the following message is poped up:

Is it possible to send those files without using rule input ? I've tried to set rule input at button submit click, without success.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to brunop0042
    Because I don't need it filled from main process, it's will passed only for process model.

    References in Appian are largely two-directional.  You're not just "passing down" a value - the saveInto passes the value back up (assuming any saves are attempted).  In this case, it passes the value up into the parent interface, where it was defined as literally an empty set, which is not a valid target for saving.  To get the value passed out into a process instance, the value absolutely must be passed up into a Rule Input that's ultimately mapped to a Process Variable (if on a start form), or a Data Input (ac!) Variable (on a user input task).

Children