We are currently using PowerShell scripts and the corresponding PS Modules to connect to Dataverse to set the status of specified records. e.g. SLA
When updating a SLA via Solution import you have to ensure it's activated afterwards again.
However, I now wanted to replace the PS usage with pac cli as it is available in Azure Pipelines without additional effort and Power-Fx is maybe easier to use.
When I want to update the status of record like SLA or process, I'm facing an error message:
When I use the exactly same command within a Canvas app it works fine, so it seems it is a limitation of pac power-fx.
Are there any plans to close this gap?
We are currently using PowerShell scripts and the corresponding PS Modules to connect to Dataverse to set the status of specified records. e.g. SLA
When updating a SLA via Solution import you have to ensure it's activated afterwards again.
However, I now wanted to replace the PS usage with pac cli as it is available in Azure Pipelines without additional effort and Power-Fx is maybe easier to use.
When I want to update the status of record like SLA or process, I'm facing an error message:
When I use the exactly same command within a Canvas app it works fine, so it seems it is a limitation of pac power-fx. Are there any plans to close this gap?