Conditional logic in DoMo DataFlow

Hi,

 

Is there any function or logic available in DoMo which can be used in Dataflow to determin

-if the file size is less than an expected count then stop the dataflow

-and only proceed if it’s greater?

 

 

Comments

  • To my knowledge, there is nothing like that in place. In the dataflow settings, you have 3 options: Manual, on a schedule, or trigger if a dataset is updated.

    You could build something pretty elaborate in the dataflow that would generate a row count and then if it is above the number you want then it could continue. I would think it would need to be a recursive dataflow so that it doesn't produce an empty dataset when the row count filter isn't hit. Here's a link to recursive dataflows if you are unfamiliar with them.

    https://knowledge.domo.com/Prepare/DataFlow_Tips_and_Tricks/Creating_a_Recursive%2F%2FSnapshot_ETL_DataFlow

     

    Hope this helps.

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.
This discussion has been closed.