Forum Discussion
arkiboys2
Helper IV
1 year agodataflow - if there is a row present
hello, in the dataflow gen2, there are several steps from navigation of the source all the way to pivot column. After the pivot, the step is to rename column. But the flow fails on this rename step...
- 1 year ago
I would add a dummy row with the necessary columns before that step, so that the step doesn't fail, and then I would filter away the dummy row afterwards.
- 1 year ago
I created a HelperRow which only has columns and no rows.
Then after the pivot step, I appended this helper row.
It seems fine now
thank you
frithjof_v
Community Champion
1 year agoYou could add a dummy row.
However, do you want the dataflow to succeed if there is no data?
arkiboys2
Helper IV
1 year agoyes to succeed if there is no row. thanks
- frithjof_v1 year ago
Community Champion
I would add a dummy row with the necessary columns before that step, so that the step doesn't fail, and then I would filter away the dummy row afterwards.