Access FileDrop custom form fields in actionScript

Discussion in 'ActionScripts' started by Gary Schultz, Jan 23, 2025 at 9:38 AM.

  1. Gary Schultz

    Gary Schultz New Member

    Joined:
    Nov 7, 2023
    Messages:
    21
    Likes Received:
    2
    I was not sure where to create this post.

    We have created custom fields in a system FileDrop based on the following article.

    Filedrop Custom Fields | LiquidFiles Documentation

    We have an actionscript that captures the file drop information and sends it to another process. We want to capture the custom field values in the actionscript. I do not see any examples of how to capture the FileDrop custom field values. Is it possible to capture the FileDrop custom field values?
     
  2. David

    David Administrator
    Staff Member

    Joined:
    Dec 1, 2015
    Messages:
    812
    Likes Received:
    31
    Not directly. The custom fields are merged into the main message body like:
    Code:
    Custom filed: filled text
    Other filed: filled text
    
    message body text
    When the message is sent to the Action script the information from the custom fields would have to be parsed from message variable in the script.
     

Share This Page