Execute Query From Cache
Triggers the execution of a query
Description
Runs the query. The output query result
contains the ordered list of objects matching the query.
Unlike Execute Query
, Execute Query From Cache
only queries the objects which are already present in the local data cloud. It can therefore provide faster results in scenarios where you know that the data is already available locally.
Inputs
- Control Flow (Control Flow)
- query (Query): The query to be executed
Outputs
- Control Flow (Control Flow)
- query result (Query Result): The resulting list of objects matching the query