my original intention was to have zapier run a javascript every time someone registers on my mobile app to insert the player id into a table in caspio for 2 reasons 1) i'm trying to limit the authentication to a signal device and ive deduced this is the only way to do it with what i have to work with 2) i need to know the username that goes with each player id so i can send push notifications to specific users by username. the problem is i've scoured the web for 3 days trying to figure out how to make it work and i am lost. maybe there is a simper way to do this that i have overlooked but what i need to acomplish is limiting a registration to a single device and hopefully associating a username with a player id.
Other pertinent info: my app is a series of caspio datapages, nested in 1 caspio html datapage withthe url built into a mobile app by go native. yes i have cheated pretty much every way possible.