Topic starter
14/05/2024 8:58 pm
Did you know that you can select a random row in a data table using the selector keyword ‘random’.
The example action below will select a random row in the ‘ExampleDataTable’ table:
DataStore.Query (“ExampleDataTable [random]”)
The keyword ‘random’ can also be used in conjunction with an expression:
DataStore.Query(“ExampleDataTable[RequestType==’Information’,random]”)
Contact Our Team