Yeah, I guess theoretically that should work. If your process creates a user profile row that is prefilled with everything you need, then when they sign into the app for the first time, it should connect with that existing row, and all of that prefilled data should be accessible.
@Test_Test I’m currently implementing something like this-
My only issue is retrieving a URL/Deep Link specifically to the newly created page.
Essentially, I’m prefilling a make.com webhook with all the data and I want the webhook response to be the newly created row/page in Glide.
perhaps @Jeff_Hager might have some insight on how to achieve this?
I don’t think there is a way to get a webhook response with a deep link. Deep links contain a row ID, and the RowID isn’t created until aft|r a row is added. Unless someone else has experience with something like that.
ok, I figured it out and got it to work.
When glide creates a new row, it responds with the RowID-
I then pass this on in the webhook response!