Keep getting the following error creating my first app which is uploading a Fastfield lookup excel file via Dropbox. Can anyone help?
The error you're encountering in the "FastFieldFormsCLIAPI@1.7.3" step while attempting to "update_list" might be due to an issue with the input data, particularly the file
field. The file
field is currently using a dynamic value {{265934102__direct_media_link}}
, which should be replaced with the actual direct media link from the previous Dropbox step. Ensure that the mapping is correctly set to use the direct_media_link
from the Dropbox output, which is "https://ucd3482672dcc10826a00203b203.dl.dropboxusercontent.com/cd/0/get/Cd4nH2_sCJq0fDOc99CtRf1x6avFPs5Rw0WrvJ_76xJ4fQuWjDctGHkIS0kU7Udn0oaoNekQf4zUodBXKJHGiXq_NS66YTlVVMd8r1YANcPVEJEiObJZ0OVigAPuqIozp3nMQ6Tpq5qpMw0jhKE60ZuIz_T2mFp257CpDJMOL2zmrA/file"
. Double-check the field mapping in your Zap editor to ensure the correct data is being passed.
Additionally, verify that the listid
value is correct and corresponds to an existing list in your FastFieldForms setup. If the listid
is a dynamic value, ensure it is correctly mapped from a previous step or a static value that matches an existing list. If the error persists, consider testing the Zap with a smaller file size or different file format to rule out any file-related issues. If the problem continues, reviewing the FastFieldForms API documentation or reaching out to their support might provide more specific guidance on the update_list
action requirements.