Images in instagram

:bullseye: What is your goal?

to send images and messages to instagram and facebook

:thinking: What is the problem & what have you tried?

i had this working perfectly mapped out then I had to authenticate my instagram account and now the mapping that was working does not work it dosnt make any sense

:clipboard: Error messages or input/output bundles

BundleValidationError
Validation failed for 1 parameter(s).
Missing value of required parameter ‘image_url’.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

According to the message, the parameter you’re mapping to Photo URL does not contain a value.

Dall-e is returning an Array of images called Images[]. By referencing the URL the way you’re doing, you’re accessing the URL property on the first element of the Array. Check the result of module 6 to find out if the URL is really null.

These apps are constantly evolving and so are the modules. I can’t see your scenario, but I suggest you check for changes in the module you’re using.

@damato

Thank you! I appreciate you