Loops and ThisRecord in Low-Code Plug-Ins | Dynamics CRM Tips
If you're using loops in a low-code plug-in like ForAll, it's important to note that ThisRecord changes its meaning from the table row associated with the plug-in run to the row inside the loop. Fortunately, disambiguating is straightforward once you know how. To experiment with bypassing Dataverse plug-ins, the author of this post simulated a slow plugin and provides insights on how to properly work with loops and ThisRecord in low-code plug-ins.
To learn more about these best practices, check out Tip #1460: Loops and ThisRecord in low-code plug-ins. This post can help ensure you are working correctly with low-code plug-ins in Dataverse.
The post Tip #1460: Loops and ThisRecord in low-code plug-ins originally appeared on Power Platform & Dynamics CRM Tip Of The Day.
Published on:
Learn moreWe can help you with Loops and ThisRecord in Low-Code Plug-Ins | Dynamics CRM Tips
If you want help implementing, troubleshooting, or improving this product, contact us and we’ll point you in the right direction.
Related posts
Tip #1462: How to mirror iPhone to Windows
If you're tired of the endless search for how to mirror your iPhone to a Windows PC, here's a simple solution. Forget about third-party apps a...
Bypass Dataverse Plug-ins and Flows in Power Automate | Tip #1459
Tip #1459 explains how to bypass synchronous Dataverse plug-ins and Power Automate flows, which can get in the way of inserting, updating, or ...
Tip #1458: How to copy files between Dataverse tables
No names in this story have been changed to protect the innocent—or was it to protect the guilty? Or to expose the innocent? Anyway, read on. ...
Tip #1457: Format JSON for human consumption
Master converting JSON to a human-readable format using code-only connector with our simple three-step Power Automate flow, perfect for any da...
Tip #1456: Enumerate and extract object properties
Use Extract JSON code only connector to select only a subset of object properties matching specified regular expression. The post Tip #1456: ...
Tip #1455: Experiment with parallel branches
Use parallel branches while experimenting with a Power Automate flow actions and save yourself time by quickly finding the solution. The post ...
Tip #1454: Azure Blob metadata and index tags in Power Automate
Access blob metadata in two steps: get SAS URL then HTTP request: HEAD to read or PUT to write. Accessing blob tags is not that easy but get y...
Tip #1453: Open the tools like a pro
Discover how to effortlessly access the latest Plugin Registration Tool and Configuration Migration Tool directly from your console. The post ...
Tip #1452: Compare dates in Power Automate
Want to compare dates in Power Automate without a fear to miss that birhtday? We give you 2 rules and 4 functions to deal with it. The post Ti...