Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Fusion: Copying Images from AirTable to <Other App>

Avatar

Level 4

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.

D____D_0-1743541563303.png


I'd like to - 

  1. Read a record in AirTable (just an example) - Done
  2. Get the URL Path - Done
  3. Get the Data value for that image not done?
  4. 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. 

D____D_1-1743541798873.png


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

😄

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I think you need to retrieve the image(s) via the URL using a HTTP module 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

I think you need to retrieve the image(s) via the URL using a HTTP module 

Avatar

Level 4

Sven - this is why you are number one. That's the most straightforward answer!! Duh. Thank you. 

D____D_0-1743601338796.png

 

Get the record, iterate through each URL to get the Data/Binary, and then do what you need with it. 

Cheers,
D