Stephen Gilmore

🏷️ Workday Studio attachment doc tags

Workday September 21st, 2022 1 minute read.

Today I hit a snag on a Studio integration which stored a large number of attachments and I needed one of those attachments to be segmented from the rest. Turns out there is a pretty easy way with a Put Integration Message parameter. Here's how I was able to add a document tag on one of the attachments for reference later on in the Integration.

1: Store Step

Configure the following things: - Input: Message - Output: Variable named output.doc - Expires in: P180D - description: Labeled Doc.txt - Title: Labeled Doc.txt

2: Put Integration Message Step

Add the following parameters: - is.message.severity: INFO - is.message.description: 'Attached a document' - is.document.labels: Custom Document Label - is.document.variable.name: output.doc

Note: The document will be marked as deliverable by default unless overridden with the is.document.deliverable parameter.