NANDIT  DHANIA

Hello there, I am a Power Platform Solution Architect and I am thrilled to welcome you to my little corner of the internet dedicated to all things Microsoft Power Platform. Here, I will be sharing knowledge, experiences, and hopefully, a few “aha!“ moments as we delve into the exciting capabilities of Power Apps, Power Automate, and more.

Expect to find:

  • Practical tips and tricks to enhance your skills

  • In-depth tutorials and code solutions for real-world problems

  • Latest news and updates in Power Platform universe

  • Honest advice and suggestions based on my own experiences

Do not hesitate to reach out if you have any questions, suggestions, or just want to connect.

LATEST ARTICLES

Need a Flow that only triggers when a specific column is updated to a certain value? Look no further than the "Filter Rows" action! Simply grab the column's "Schema Name" (you'll find this in your Dataverse table's column details) and use oData to compare it to your desired triggering value.

For example, to trigger a Flow only when a "formComplete" column is set to "Yes", your "Filter Rows" action would look like this:

TIP / TRICK OF THE DAY

Now your Flow will only run when an item's "formComplete" column is updated to "Yes". Happy automating!