Sequence of execution

I've a sequence of actions that import data from a csv file into a final DB table with some little transformations in the middle. A in the image

Than I've another sequence of actions that get data from previous DB table to make some other transformation and finally export into a second DB table. B in the image

When I run the project the 2 sequences go in parallel.

Is there a way to make the second sequence (B) starts only when first sequence (A) is finished?

Thanks a lot
Eros

Hi Eros
Yes, if you click on the + icon to the right of your table marked "A" it will give you an option to "Derive table". Select this and you will essentially get another table that is linked to table A. You can then add any actions needed to this new table (including dragging actions from your table B to it).
Regards
Matt

Thanks a lot.
Done, all is fine.

Didn't know about drag/drop of actions, very cool!

1 Like

It might be a good idea to, at least, scan through "Workflow basics" in our tutorial. EasyMorph is a very powerful tool with lots of features.

For instance, here is a tutorial topic on derived tables: EasyMorph | Derived tables

Absolutely, and sorry about recent dummy questions.
I was in hurry because I wanted to convince my boss easyMorph was the right choice to go for some of the ETL we have in the company. I've purchased the desktop version this morning, next step is to try to implement more complex ETL and then go for easymorph team server.

1 Like

Dummy questions are ok here :slight_smile: