I am trying to implement devops for Powerapps by referring below link. In manual deployment, usually we will export the app and import on another app by updating it. And then we publish it.
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/build-tools-overview
But when I add task for import and export, I am getting the error as
"##[error]Cannot bind argument to parameter 'String' because it is an empty string."
Anyone please help me to solve this issue.
Thanks.