What is your goal?
I am simply trying to set up a weekly facebook post which contains an image as an attachment - not a URL embedded image.
What is the problem?
I have a workflow which consists of a weekly scheduler, an http ‘download a file’ module and a Facebook pages ‘create a post with photos’ module. I am unsure how to correctly link up the http module to the Facebook module which is causing the below error when I try to run it:
BundleValidationError Validation failed for 2 parameter(s). Missing value of required parameter ‘fileName’. Value can’t be casted as buffer for parameter ‘data’. Origin Make Automatic error handler If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like. ignore all errors ignore errors of type BundleValidationError more information about error handling
What have you tried so far?
I have tried many different mapping options in the photos section of the facebook module. The one that ‘feels’ the most correct is toggling map for Photos > Image input type which auto completes the field that opens up with the word 'data.
Then after this in the File section I have selected map, which has opened two fields, one called File name and one called Data which have 13. File name and 13. Data in them respectively. The File name corresponds with the image name string with the file type at the end (e.g. photo-name.png) and the 13. Data is the and corresponds with a string of numbers and letters.
I have been unable to find a tutorial video that seems to address this problem and the documentation on Make is vague.
