How to Build an RSS and Mutate Data using AI in a Newly Signed-up Product?

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 :upside_down_face:

I noticed a warning and an error:

Screenshot 2024-05-24 at 00.38.37.png

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 :confused:

Screenshot 2024-05-24 at 00.42.45.png

You do not use credits testing workflows
hmmm i thought i have to “deploy” the workflow to test it :see_no_evil: so that my endpoint will be created, etc.

whata does “custom response” mean in this context? there is no such “custom” :thinking_face:

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:

Screenshot 2024-05-24 at 15.42.22.png

this is my current config

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()