OutSystems - Search records action

The Search records action searches for records based on the values you configure, and returns matching results.

Search records actionSearch records action

Input

Input fieldDescription
ModuleSelect the module containing the records for which you plan to search.
Entity IDSelect the entity ID of the module.
Page numberReturns results based on the page number you specify. This value defaults to 1. This field is optional.
Results per pageThe number of records to return in each page. This value defaults to 100. The maximum value allowed is 50000.

Output

Output fieldDescription
Current pageThe page number for your results.
Results per pageThe maximum results listed on each page. For example: 100.
Total rowsThe total rows on each page.
Has next pageIndicates if the results have a next page with more records. This value is true or false.
RecordsThis entry contains information specific to the record attributes and other configurations, such as ID and UPLOADDATETIME, you selected for the OutSystems object.

Last updated: