Hi all ,I'd like to read the excel file from sharepoint on gallery.
Designer : Alteryx Designer 2020.3 x64 (it will be better for me not updating the designer version.)
1.Workflow can read the sharepoint list by using sharepoint list input tool (but excel files are not able to be read by it, right? I'm not really sure)
2.Workflow can read the file path below by standard input tool. it work well ,but when I saved the workflow on gallery, error: File not found
//companyname.sharepoint.com/site/subsite/folder/subfolder.../filename.xlsx
( in this way, is it possible to do some changes to make it run successfully on gallery)
3. if the two ways above won't work on gallery, is there any workflow template or sample for me to read the file from sharepoint? like get access token with download and json parse tool?