@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)
      OR 

    •  Read from the producer record directly