Hi, I need to create an action that :1) Import data 2) Calculates and modifies data
This has to be done in the right order and be sure that 1) is finished before starting 2).
I thought multi actions would help but I realized that they are launching things in the right order, but not waiting that 1) is finished to start 2) etc.
Is there any way to change the parameters so as to do that ?
Thanks in advance !