Using & Converting Time Zone Fields in Dynamics 365
I love finding out simple things in Dynamics 365, things that you never had any need for but once you find out how easy…
I love finding out simple things in Dynamics 365, things that you never had any need for but once you find out how easy…
issue:Table Sync Failed for Table: XXXtable. Exception: System.InvalidOperationException: Table 'XXX': Converting Field 'YYY' of Type 'AxTableFieldReal' to 'AxTableFieldInt' is not supported. Please drop the…
Since BC18, we can define PermissionSet object on our app to replace the PermissionSet XML. The PermissionSet object is much simpler and clear to…
In this very simple post, let’s look at how you can convert JSON to XML and XML back to JSON while working in Power…
Recently Ben Vollmer asked if it was possible to convert a UTC datetime value to Unix time in Power Automate. There’s no function available…