Dependent Assembly plug-ins| Asynchronous mode error | Expected non-empty Guid
In one of my previous articles, I’ve explained about Dependent Assembly plug-ins using which multiple assemblies/nuget packages can be seamlessly used in a single plugin assembly.
While exploring further, I’ve noticed a behavior (Issue) that if you register plugin in ‘Asynchronous’ mode, the ‘System Job’ is failing immediately with “Expected non-empty Guid.” error.
Steps to reproduce:
- Create a plugin project using ‘pac plugin init’ (Steps specified here).
- Add a simple plugin class with just a tracing message.
- Register the plugin package and a new plugin step in ‘Asynchronous’ mode.
- As, I’ve registered the plugin on ‘PostAccountCreate’, I went ahead and created a new Account record.
- Since its ‘Asynchronous’ plugin, checked ‘System Job’ which failed with “Expected non-empty Guid” exception.
Reason:
- At the time of this article Dependent Assembly Plugins still in preview feature and this known issue.
- Please refer Known Issues section for more details.
🙂
Categories: PowerApps
Async mode, Dependent-assembly-plugins, Expected non-empty Guid
Comments (0)
Trackbacks (1)
Leave a comment
Trackback
-
November 2, 2022 at 12:20 PM[Step by Step] Dataverse | Plugins | Using Dependent Assemblies | Rajeev Pentyala - Microsoft Power Platform