How do I correct a data flow that has a "String" error?

I am getting the below error on a data flow that has been working well for months. How can I fix this?

Best Answer

  • ColemenWilson
    Answer ✓

    Use a formula tile with the following formula:

    REPLACE(REPLACE(Column,'(','-'),')','')*1
    

    If I solved your problem, please select "yes" above

Answers