As you can see, I have two custom functions when click [Add Text] button.
In function, I use response.id of function.
Currently, function can’t use response.id of function because function doesn’t run after function.
so I need to run function after run function just.
Please help
Thanks for considering.
When I click button,
At first , run Edit with ShotStack function. as response, I will get resonse.id
then, I run Get Edit Video function. But I can’t get resonse.id of Edit with ShotStack function.
Get Edit Video function should run after Edit with ShotStack function ran.
so it can get response.id of Edit with ShotStack function.
But currently, That doesn’t work.
so I can’t get response.id of Edit with ShotStack function and Get Edit Video function doesn’t work well.