Hello all 
I’m trying to follow the tutorial from No Code Academy : https://www.youtube.com/watch?v=5O06Ip2Zt1M
I have an issue where setting up the custom state / retrieving the content does not work.
Here’s what I’ve done so far :
In the debugger, it seems that the Search is not finding anything, but for sure my entry exist in the “Z - Pending Invites” table.
The URL I am opening looks like that :
https://myapp.io/version-test/z_invite_signup/inviteid=1713351246920x452498517372960800?debug_mode=true
If you have a clue for me please 
Armand
Quick update, in the search, if I try to match by en email field instead of unique id it works.
So what’s wrong with the unique id option ?
It was a mistake from my side.
I realized I didn’t put “?” in my URL before the inviteid…
Hello,
I see that you watched the same video on YouTube and I’m glad it is working for you, but for me, I still have the same issue.
I’ll explain the workflow:
- the user is invited, new entry into invites database has been created
- the email with the link is sent
- as the complete registration page is loaded, the current state should take the data from the URL in form of unique id from the Invite that has been created but it doesn’t
Any solution?