Creates an action to delete the rows in {0}. The action returns a table containing the deleted rows as they appeared in {0} before the action executed.
To delete a subset of the rows in {0}, use
Table.SelectRows
to apply a filter to {0} before usingTableAction.DeleteRows
.The function raises an evaluation error if {0} is not updatable.
The action raises an execution error if the operation fails.
NOTE: {0} may be left in a partially updated state if an execution error occurs.
Creates an action that will try the execution of a second action that returns a result. The result of the Try action is a ...
Creates an action that will try the execution of a second action that throws an error. The result of the Try action is the ...
Creates an action that, when executed, will execute the first action (which returns "hello" ), combine its result with the ...
Creates an action that, when executed, will return the results of performing a {0} request against {1} using HTTP as a binary ...
Creates an action to delete the rows in {0}. The action returns a table containing the deleted rows as they appeared in {0} ...
Creates an action to delete the rows in {0}. The action returns the number of rows deleted. To delete a subset of the rows ...
Creates an action to return all messages from the queue specified through MQ.Queue {0} if any messages exist. The read is ...
Creates an action to return one message from the queue specified through MQ.Queue {0} if a message exists. The read is destructive. ...
Creates an action to update the rows in {0} based on the set of operations in {1}. The action returns a table containing ...