โ02-07-2025 06:41 PM - edited โ02-07-2025 07:35 PM
Hello ,
I am trying to fetch a file from azure file share using get rest API URL which is able to fetch if i put the URL with get request in postman but when trying from HTTP Trigger getting below error .
HTTPS GET URL: https://<<storageaccount>>.file.core.windows.net/<<filesharename>>/<<directory>>/<<filename>>?<<SAS token>>
Summary: Invalid ID column: '' for an event response.
Detail:
Error ID: b2f7c4d4-cae7-4d49-92d0-4f7bbdf026d4
Please note if i am doing a rest call via HTTP Action to this url its able to fetch file contents . Looks like some issue in HTTP Trigger
Please help
โ02-08-2025 09:15 PM
Hi @amit_mohanty88,
Can you please share your HTTP Trigger configuration.
From the error it seems the connection is responding with empty data and workato is not able to parse the data.
Regards,
Prudvi