Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2026 04:14 AM
@ronro2 You're absolutely right.
If bifoga_fil is a Record Producer variable (not a field on the target table), then current.variables.bifoga_fil won't work because current is the Incident record, and it doesn't have that variable.
Record Producer variables live in the producer instance (the catalog item submission)
The target record (Incident) doesn't automatically get those variables as fields
You need to either:
Store the attachment variable on the Incident (via a field or variable set)
ORRead from the producer record directly