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 -
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)?
😄
Solved! Go to Solution.
Views
Replies
Total Likes
I think you need to retrieve the image(s) via the URL using a HTTP module
I think you need to retrieve the image(s) via the URL using a HTTP module
Sven - this is why you are number one. That's the most straightforward answer!! Duh. Thank you.
Get the record, iterate through each URL to get the Data/Binary, and then do what you need with it.
Cheers,
D
Views
Replies
Total Likes