microsoft / powerplatform-actions

Power Platform GitHub Actions automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
221 stars 68 forks source link

Data-Import action reports success when validation fails #462

Closed Joseph-Duty-VA closed 10 months ago

Joseph-Duty-VA commented 1 year ago

When I attempt to import a data file and the validation fails, the action reports success even though the data didnt get imported successfully. Interestingly, when Export-data runs and fails validation, it reports a failure. It is deceiving that the action is considered successful even though it didn't execute.

Here is a snippet of our log file.

import-data: authN to env. authType:SPN authScheme:; cloudInstance: Public; envUrl: '' authenticated successfully. Validating connection... Connected to... XXXXXXXXXXXX Connected as *** Authentication profile created

tehcrashxor commented 1 year ago

Tracking internally as AB#3652270

tehcrashxor commented 10 months ago

Fix was released in PAC v1.29.x powerplatform-actions was updated yesterday with PAC v1.30.6, so issue should be resolved now.