Hello.
I have a process set up to create a PDF when a record in the Jobs table is changed. The template contains a Start expression that references a Related Parts column. It's working beautifully.
However, it's possible the user will update a Part record from the inline Related Parts table located in Jobs Detail View. In this way the process is not triggered since it's only updating the Part record not the Job record.
So I set the process to be reusable and added to a Parts table update event. It's requiring either Add or Lookup when I want neither. I just want the same PDF task ran whether the Job record or Part record is updated.
Is this possible?
Solved! Go to Solution.
@AI-FL wrote:
Is this possible?
You absolutely can do what you're wanting, and you're on the right track.
When you select "Lookup" the system is being told to "lookup a record somewhere and run the process on that record" - so you need to provide the ID of the record you want to run the process on.
The alert in the image is letting you know the specific piece of data that's required in order for the process to run: the Job ID
Here's how you can do it:
By giving the system the column to look in, and the ID to look for, the system is able to find the individual record you want... and it will then run the process on that record. 💪
This is how you open a door to incredible modularity and power through automation inside your app.
User | Count |
---|---|
21 | |
15 | |
4 | |
3 | |
3 |