I just finished making this myself
I gave each customer an id field RowNumber type - I’m using the free account so I get 1000 records.
I then saved this as a Dataset setting up a static set of data.
Then in the detail I use a formula to retrieve the Customer Number:
from_dataset("Customers", "Customer_ID", id: random(1,1000))