QR Code with a Link to Item
When working with many documents, it can be difficult to identify which monday.com item they were created from. A simple solution is to include a QR code that links back to the original item.
Add a QR Code
Add a QR Code component to your Eledo template.
Then build a URL to the item using a data expression with the current board and item IDs.
Build the Item URL
The URL must contain your monday.com domain. Replace my-company with your actual domain.
Example data expression:
CONCAT("https://my-company.monday.com/boards/", id, "/pulses/", item.id)
This will generate a QR code that links directly to the item in monday.com.
Was this article helpful?
Yes
No