Hello need help with this. I have a watch Slack Module that takes in a file, my goal is to get the URL and download the file but the mappables are not showing. I already ran the scenario 3 times succesfully but still nothing shows up when I try to map.
Hi @Multiply_Advisors ,
Please try mapping after a test run, this issue is occurring because there’s no run history yet.
Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation
You can manually type your file URL like this:
{{ first(map(1.files; "url_private_download")) }}
(copy-paste the above into the field, or type it exactly as shown)
You should also be able to download the file using the Slack “Download a File” module —
Downloads a file.
In this case, you can use the file ID like this:
{{ first(map(1.files; "id")) }}
(copy-paste the above into the field, or type it exactly as shown)
For more information about the Download a File module and Slack app, see the corresponding Integrations page and the Help Centre documentation.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
@Multiply_Advisors
Hi,
Please try running a test scenario once and then attempt mapping again. The issue you’re facing is likely because there’s no data available yet for mapping. Once the test run is complete, the mappable fields should appear correctly.
Best regards,
Digipanda Consulting Pvt. Ltd
@digiPanda_Automation

