I have a patch in xano which ive done a hundred times before but for some reason i just keep getting an error in weweb. anyone any ideas?? its possible the simplest patch you could do
Hi @paul121,
What happens when you check the request history in Xano and try to manually run the request in the Xano debugger with the input that is received from Weweb?
I noticed that saved_by input is a list of integer values and not a single value. Is this by design?
Alternatives:
- Change the saved_by input to a single integer value
- Use an array in Weweb to bind saved by, following this example it would be [6]
Does that help?