submit Button or link in grid layout

Hi there,

I'm looking for a way to add link or button in the grid row layout which will trigger process while I click on that button/link or submit the form. Is there a way, I can achieve it? Right now I get a message that it is not supported.

Thank you

OriginalPostID-255086

  Discussion posts and replies are publicly visible

Parents
  • @vinayakb Attaching the code snippet can aid the practitioners to see what you have done so far and identify the issue. Also, I would suggest you giving the information on Appian's version being used by you as the suggestions/solutions can vary based on the version.

    At a high level, I could say that, in a Row Layout, either a Link Component along with Dynamic Link plus Start Process Writer function at http://bit.ly/29UQyvg (if Appian's version is 16.1 or earlier) or a!startProcess() function(if Appian's version is 16.2 or later) or a Link Component along with Submit Link plus triggering the process using Sub-process or Start Process Smart Service(for asynchronous flow) in the Process Model after form submission should do the job.
Reply
  • @vinayakb Attaching the code snippet can aid the practitioners to see what you have done so far and identify the issue. Also, I would suggest you giving the information on Appian's version being used by you as the suggestions/solutions can vary based on the version.

    At a high level, I could say that, in a Row Layout, either a Link Component along with Dynamic Link plus Start Process Writer function at http://bit.ly/29UQyvg (if Appian's version is 16.1 or earlier) or a!startProcess() function(if Appian's version is 16.2 or later) or a Link Component along with Submit Link plus triggering the process using Sub-process or Start Process Smart Service(for asynchronous flow) in the Process Model after form submission should do the job.
Children
No Data