Search Attachments
2
4
Last updated
Was this helpful?
Use a Search Attachments node in your Flow to list and filter the attachments stored against records of the specified Object Type. You can filter results by file size range, upload date, and content type. To configure a Search Attachments node in the Flow Editor, drag it from the Palette to the Workspace canvas, then double-click the node to open and configure its behavior.
type - choose this option for a dropdown that includes the Display Names of the Object Types you have created in your Contextual tenant.
string - choose the string option, and type in a string for the Object Type ID, using type is recommended instead of string
msg. - choose this option to specify a path in the msg. object that contains the Object Type ID value
env variable - Environmental Variables are a feature of Agents in Contextual. Any Environmental Variables that you define as Label/Value pairs for an Agent that is sending events to a Flow, will be available to the Flow, simply type the Label of the Environmental Variable from which you want to use the value.
Choose All to return attachments regardless of size
Choose a comparison operator (>, >=, =, <, <=) to filter relative to a single size value
Choose Range to filter to a size window — specify a From value and a To value
Size values can be sourced from msg. or entered as a literal number, each with a unit: B, KiB, MiB, or GiB
Choose All to return attachments regardless of when they were uploaded
Choose a comparison operator (>, >=, =, <, <=) to filter relative to a single date value
Choose Range to filter to a specific upload date window — specify a From date and a To date
When the Search Attachments node is included in the path of your flow, it will query and return matching attachment metadata as configured.
Last updated
Was this helpful?
Was this helpful?