Action seems to halt after Run Code block

Hi!

I have a series of blocks in an action. That looks something like this

 - If statement
     - do x
 - run code
 - If statement
    - do y

Looking at the logs the blocks after run code does not run. Is this a bug?

Hi,

Could you provide some insight on what code your are trying to run in your Run Code action node? When recreating the current setup the second IF-statement runs as well.

Just to rule it out, have you included the resolve() at the end of your code inside the run code action node to tell Appfarm to continue the execution of the action?

I tested it with a console.log statement in my app. I worked around it by moving the order of actions.

And nope, not tested the resolve() thingy. I’ll try that.

This resolved my issue