can we call multiple toast messages one by one in a single microflow?

0
There are multiple toast message in my application all are need to be display accordingly in a single tab where all the toast messages are called in same microflow. can you suggest the best way to display the toast messages one by one.
asked
1 answers
0

Hi Kiranmai

 

You can accomplish this with the Custom String widget as shown below:

The source microflow to get the custom string should look like this:

You will get the resulting string as shown on the right side on below screenshot:

answered