Do While Loop in Canvas App to Create Unique Auto Number
Posted
by
StalinPonnusamy
11,020
This post will discuss the ways to generate random numbers using Do While. What? Do While Loop in Canvas App. No Way.
You are right. We don't have it in Canvas App. So we have a workaround using Timer.
For example, your project may require you to generate random numbers like Prefixed Text with a number or Random Text with a number.
Background
In my recent implementation, the application expected to generate random numbers. Found we have multiple ways to generate random numbers. This section will discuss this in detail.
*This post is locked for comments