Concurrent() is a function that allows you to run multiple actions at the same time (parallel). But when do you actually use it?
It's designed to run when actions do not need to go in order so that your app gains performance. But you can also use it to separate sets of steps that do proceed in order. Actions can still run before and after a Concurrent expression.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-concurrent
Sample used in this video: Estimator Pro, 3-screen app, spelling app
Follow me on Twitter: @8bitclassroom
Read my blog: https://8bitclassroom.com/
Find me on Facebook: https://www.facebook.com/8bitclassroom/
Subscribe to this channel 🙂