Check whether file exists

Hi all,

I have an interesting topic:

how to check whether a file (accessible via a link) exists? It is stored online, e.g. on Sharepoint. Our user case is, if it do exist, open it; otherwise go to next step.

My feeling tells me a custom widget will help, but is there any easier solution?

Many thanks

HC

Hi @HCZuo ,

you could create a sharepoint connector for and check if the file exists using smth like GetFileByServerRelativeUrl.

will try that, thank you!