Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Storing value in variable, so it can be referenced without reevaluation

Hi!   let URL = "MyRestApiGetQuery", Source = if try Web.Contents(URL)[HasError]=true and Web.Contents(URL)[Error]="text that equates to true",                     then "error identified",     ...