Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Attached image related to work order

Hi, I created a work order app… It has a work order sheet and a detailed work order sheet were all images and data is captured.

How do I attach the image as an attachment if not on the same sheet?

Solved Solved
0 7 653
1 ACCEPTED SOLUTION

pravse
Former Googler

I’m guessing that your workflow rule is on the WorkOrder table and each row has one or more WorkOrderDetails rows that reference it. These are available in the virtual column ‘Related WorkOrderDetails’

Assuming this, you’d use something like this for your attachments expression:
SELECT([Related WorkOrderDetails][Image], true)

View solution in original post

7 REPLIES 7
Top Labels in this Space