I am trying to implement DevOps pipeline for Power Apps by referring the link. In manual deployment, usually we will export the app and import on another app by updating it. And then we publish it.
But when the trigger the pipeline, I am getting the error as "Cannot bind argument to parameter 'String' because it is an empty string." for the import and export task.
Anyone please help me to solve this issue. And want to know how publish will happen.
Thanks.