Skip to main content
Version: Streamsheets 2.5

REQUESTINFO

This function returns the current status of a previously executed REQUEST function.

Syntax

=REQUESTINFO(RequestId)

Arguments

NameDescription
RequestIdUnique id returned from REQUEST function, that you want to be informed about.

Return

TRUE, if request has been executed successfully and the result is in the target location. FALSE, if the request has not delivered a response yet. Error value (e.g. #ERR!), if the request ended with an error (e.g. timeout, invalid URL, etc.) → an error object has been transferred to the target.

Examples

FormulaResultComment
=REQUESTINFO(A1)
TRUEA1 contains a successful REQUEST call.