Is there any mechanism in Paxata similar to a spreadsheet's RANDBETWEEN formula? I'm trying to generate a random number between 10 and 100 in a computed column.
Hello @ahatisTW ,
Paxata does not provide a random number generation capability out of the box.
However, depending on the scenario, you may be able to use a combination of the AutoNumber feature and the current timestamp ( now() computed column) to generate a random two-digit number.