How do i add user ID to push data to a custom webview

i need the user id to specify the logged in user that is making the request to plaid via an external url i developed so ill be able to send back the data from plaid with the initial USER ID i used to identify the user

So we don’t have the user ID exposed from Adalo database but you could add the user’s email instead

So the webview address would be something like
www.example.com/?email=(logged in user email)

Then on your other side you need to use that query parameter.