The Softchief

The Softchief Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from The Softchief, Computer Company, Bhubaneswar.

This page is dedicated for Dynamics 365 & Power Platform Training, articles, courses and daily technical tips by Microsoft Most Valuable Professionals (MVPs) and Microsoft Certified Trainers(MCTs)

Is your Power Automate flow triggering on every minor update and consuming API limits?Use Trigger Conditions so the flow...
21/08/2026

Is your Power Automate flow triggering on every minor update and consuming API limits?

Use Trigger Conditions so the flow runs only when specific fields change.

1. Open your flow trigger Settings.
2. Add an expression under Trigger Conditions.
3. Example: (triggerOutputs()?['body/statecode'], 0)

This saves daily API calls and prevents infinite loops.

What trigger conditions do you use most often in your projects?

21/08/2026
Struggling with slow load times in Power Apps when fetching data? Sequential ClearCollect calls on screen load often cau...
20/08/2026

Struggling with slow load times in Power Apps when fetching data? Sequential ClearCollect calls on screen load often cause noticeable delays.

Use the Concurrent function to fetch data in parallel instead.

1. Wrap independent data calls inside Concurrent().
2. Ensure bundled collections do not depend on each other.
3. Check ex*****on time using Power Apps Monitor.

What is your go-to trick for boosting Power Apps performance?

Are your Canvas Apps loading slowly when fetching data on start?By default, formulas run sequentially, creating unnecess...
19/08/2026

Are your Canvas Apps loading slowly when fetching data on start?

By default, formulas run sequentially, creating unnecessary wait times. Using the Concurrent function evaluates independent formulas simultaneously, boosting load speed.

1. Group independent data calls like ClearCollect.
2. Wrap them inside Concurrent().
3. Avoid placing dependent variables in the same block.

What is your favorite performance optimization trick in Power Apps?

Is your Power Apps canvas app loading slowly on startup? When you fetch multiple data collections sequentially in OnStar...
18/08/2026

Is your Power Apps canvas app loading slowly on startup? When you fetch multiple data collections sequentially in OnStart, users face annoying delays.

You can fix this using the Concurrent function to load independent data sources at the same time.

1. Group OnStart calls inside Concurrent().
2. Ensure data calls do not depend on each other.
3. Test load times using the Power Apps Monitor tool.

How do you optimize slow startup times in your canvas apps?

Address

Bhubaneswar

Alerts

Be the first to know and let us send you an email when The Softchief posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to The Softchief:

Shortcuts

Share