Power Query
published
Search
⌃K

WebAction.Request

WebAction.Request

Creates an action that, when executed, will return the results of performing an HTTP request as a binary value.
function (method as text, url as text, optional options as nullable record) as any

Description

Creates an action that, when executed, will return the results of performing a method request against url using HTTP as a binary value. An optional record parameter, options, may be provided to specify additional properties. The record can contain the following fields:

Category

Action
Last modified 4yr ago