Views:

Applies to Product- Power Automate

What’s happening?

Customers are experiencing issues with the Create CSV Table action in Power Automate, specifically related to the 'from' property value being of type 'String' instead of the required 'Array', and the action changing the order of columns.


Reason:

  • The 'from' property value in the Create CSV Table action is incorrectly formatted as a String rather than an Array, which leads to execution failures.
  • The Create CSV Table action is altering the sequence of columns, causing subsequent actions in the flow to fail.

Resolution:
  • To resolve the 'from' property issue, ensure that the value passed into the Create CSV Table action is formatted as an Array. This can be done by initializing an array variable to store the data before passing it to the action.
  • For the column order issue, sort the source table based on the desired column sequence before passing it to the Create CSV Table action. If the action continues to change the column order, consider specifying the columns explicitly in the action settings.
  • If the flow is not executing previous actions, verify that the data being passed to the Create CSV Table action is valid and correctly formatted. Adjust the flow to ensure that all required inputs are provided and that there are no errors in the preceding actions. Please refer the documentation for more information about the Create CSV table action: https://learn.microsoft.com/en-us/power-automate/data-operations