Fusion: Copying Images from AirTable to <Other App>
Hello all,
Appreciate any thought or feedback on this.
I'm looking to copy images attached to records via App Modules that don't provide the "Data" fields, like the AWS Module. A good example would be AirTable or even the Planning Modules.
The AirTable module (like Planning) provides a Pictures[] array that contains URL paths to related images for a record. In the example below I had three pictures attached to one AirTable record.

I'd like to -
- Read a record in AirTable (just an example) - Done
- Get the URL Path - Done
- Get the Data value for that image - not done?
- Send that image to another application via a supported module - let's use Adobe Workfront Upload Document as the test case. - Doable
In the case of the Workfront Upload Document module, I'm aware that it takes "Binary" or "text" data to attach a file to an object.

Real Question: how do I get the data for the image via a URL path provided in the AirTable module (if possible)?
😄