generateUuidV7Batch
Generate a batch of UUID v7s with monotonic guarantee (each is greater than the previous). See Chapter 38.
count(required): number of UUIDs to generate
bash
echo '{"n": 3}' | utlx -e 'generateUuidV7Batch($input.n)'
# ["018f6c30-a2b0-7000-...", "018f6c30-a2b0-7001-...", "018f6c30-a2b0-7002-..."]utlx
{
batchIds: generateUuidV7Batch(10)
}