How to download an file direct from link ? No folder access

Hi @pari_patel ,
If the link is public or accessible via headers (like a token), use:

HTTP Request Activity

Method: GET

Endpoint: The SharePoint file URL

Output: Save the file to a temporary local path

If auth is needed:

Add headers like Authorization: Bearer if you have an access token

Regards,
Arivu