Skip to main content

Notifications

Do While Loop in Canvas App to Create Unique Auto Number

StalinPonnusamy Profile Picture Posted 03 Mar 2023 by StalinPonnusamy

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.

Categories:

Canvas Apps

Comments