how to apply while loop and multiple for each in powerapps?

how to apply while loop and multiple for each in powerapps?
Hi AmitLoh-Powerap,
To my knowledge there is no While loop (a loop that runs while a condition is true) in PowerApps. However, there is a ForEach function, called ForAll.
You can find the documentation here. Have a play and come back if there's anything further you need.