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! Go to Solution.
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)
User | Count |
---|---|
34 | |
8 | |
2 | |
2 | |
2 |