Sequence of action

i had create sequence of actions, Action-1 Generate work flow pdf and then action-2 View Pdf, It directly excecute action-2 and it shows me that bad request, I want to run action-2 after the action-1 is completed and pdf generated. how to do this?

0 1 131
1 REPLY 1

Youโ€™ll need to utilize either a Workflow to make the PDF, or perhaps a new Automation Task.

Once you generate the file, then you can use an action inside the app to view the file.


To give you an idea of how this works, I actually have this exact setup inside an app of mine

Full Disclosure: this app is 3 years old and in desperate need of updatingโ€ฆ but itโ€™s functional soโ€ฆ

PS: forgot to show the action that sets the [Invoice_file_path]

Hereโ€™s a screenshot of the formula for the [Invoice_File_Path]:

โ€ฆand hereโ€™s the formula for constructing the NAME of the invoice (from the workflow):

Notice how the theyโ€™re almost the same

  • the only difference is that the [Filepath] columnโ€™s value actually includes the file path, and the file extension.
Top Labels in this Space