Forum Discussion

Red217's avatar
Red217
Helper III
3 years ago

Error handling with Source = Xml.Tables(Web.Contents(url,

Hello, 

i have several Web API, for example:

Source = Xml.Tables(Web.Contents(url,

 

how i can i put an "IF ERROR" then DO X scenario, 

something like

 

IF NOT ERROR = DO THE API CALL, 

IF NOT = Return Value NULL or something else

 

thanks