Parameters to Embedded SAIL

Certified Lead Developer
Hi all,

Is there a way to pass certain parameters to an embedded SAIL form via JQuery (or JS in general)? Or any other way?

We're building a website which includes some embedded SAIL forms and we would like to pass, according to user's actions on the website, a value to the embedded Interface and see and work with that value within Appian.

Thanks,
Riccardo

OriginalPostID-244966

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Thanks @jims419 and @aloks176 for your responses!
    We're thinking about using an approch that is mixing your ideas: create an Appian WebAPI that starts a process, hit this from JS and store the returned ppId which will be used for another WebAPI call that returns the taskId from a given ppId. At this point we'll populate (again via JS) the taskId attribute of an <appian-task> element with the value got by the last call. We've not started this implementation yet.
    What do you think about this solution?
Reply
  • 0
    Certified Lead Developer
    Thanks @jims419 and @aloks176 for your responses!
    We're thinking about using an approch that is mixing your ideas: create an Appian WebAPI that starts a process, hit this from JS and store the returned ppId which will be used for another WebAPI call that returns the taskId from a given ppId. At this point we'll populate (again via JS) the taskId attribute of an <appian-task> element with the value got by the last call. We've not started this implementation yet.
    What do you think about this solution?
Children
No Data