I’m using our AI Code Generation tool to convert
At first run it’s almost 100%, let me just fix some small stuff
Haven’t tested it but looks like you can build/edit from here:
Hope this helps!
You are great! I’ll check in a few
its weird that there is no such replace
func at all in the code
i exceeded my daily quota while doing test for the workflow, is there any workaround to disable it during the tests?
It seems I have to wait until tomorrow to continue on this
You do not use credits testing workflows
hmmm i thought i have to “deploy” the workflow to test itso that my endpoint will be created, etc.
Oh sorry, my bad. The HTTP trigger needs to be configured to return a custom response in the workflow
It’s the $.respond
code
thanks it fixed the first issue but still get the following error:
Have you clicked on Save and continue from the trigger config?
Try generating a new test event, not sure if needed though
hmm there is no “Save” button?
Then you’d have to deploy it first then go back to editing
Oh btw, I just noticed the await
is necessary when responding, i.e. await $.respond()