Im trying to use the SubFlow, but i certanly dont know how to use it.
This is the input in the Callable flow:
And this is the one in the Return:
If you test them individually they work but when you test the flow you get an error on the second step that says: “{"message":"Please ensure the first action in the flow is Callable Flow"}”
Im sure im not doing it right but, i might need help.
No you are correct, the problem is with the piece
I have updated to 0.0.9 (will be released in 10 minutes), please retest the trigger and then test flow again, It should works.
Have nice day!.
Thank you,
Hi!
Im having the same problem, but just to be sure.
Can you explain me how does this work? The Response should be always with the same structure as the Input of the “Callable Flow”? That doesnt make a lot of sense to me. But i want to be sure, that im doing things the right way.
Is there an example or something to use?
What you are doing is right @Oscar_Meza
Can you test again? and let me know if it works, seems the new version wasn’t on your account yet.
Ok, so im trying again to make this happen.
this is the subflow, it just does things, i dont care for the return that it makes. but i set a return to see if that helped me to see how to make it work.
On the other hand this is the flow, from where im calling the subflow, i test it and nothing happens, it should receive the payload of the google calendar and then do his thing, but nothing happens, that’s why i think im doing something wrong.
I see the confusion testing the step doesn’t call the other flow, It just return the response you have specified.
But It will only call the other flow, If you press “Test Flow” which is above trigger, or after you publish the flow.
Does that make any sense?