XANO auth + Weweb SignUp binding outdated

Prerequisites: I set the XANO auth correctly, and the Sign IN option test works properly.
As well, I tested with “deprecated” fields sending data to XANO DB, also works, (within Signup process)

So the problem is in binding data:
Fields name, email, password (with this exact names - keys?)
are displayed as “deprecated” but this is the only possible option to send data from signup fields to the XANO database.
so screenshots of binding properly are absent in any tutorial - should I pass data to Headers, when the Body option is not available at all ?
works only Body,
but signup workflow does not have this binding option and it looks weird.
Interface constantly displays error of SignUp and doses different Error, but DB constantly filled with new test emails and signin step in SignUp workflow does not work.
Screenshots are below:

is this a valid request for 2025 or I should switch to something else?

Hi Yuliia and welcome to the community :waving_hand:

What element are you using that is deprecated?
Can’t you update it to the new, non deprecated element?

You can create a sign up form from scratch with brand new input elements, create any field and field names that you need.

Then you can create a new signup workflow of submit (create a workflow on the form element for submitting).

Then you’ll be able to manually bind element data and field names manually.


so from this screen I should also be able to sign in successfully,
yesterday mentioned field in the right side, body section, was mentioned as deprecated, not more in use: email, name, password;
today it is successful with signup, but the next step in workflow(Login) does not take the token from SignUp step and displayed as failed

Hi Yuliia, you don’t need to login after Sign Up.
In the Signup workflow you should only have 2 steps

1 - Sign Up
2- Redirect to page

You can delete your login step.