push some data from a website into appsheet (iFrame)

Hi there. This is probably a long shot, but I am looking at a possible solution to an idea I have. 

I have an e-commerce website that doesn't adequately support Proof of Delivery. I want to use AppSheet to allow customers to look at their delivery status in an iFrame. I have made an app that appears in an iFrame that is able to find all the deliveries based on the email address in the delivery table. 


Currently, the user has to enter their email every time they load the page (1st Image). My idea is that I could use some javascript to send the customer's email (3rd image) from the website into the AppSheet OR change the iFrame link to include a query string. Would this be possible with AppSheet? 

 

mbavishi46_2-1686753948137.pngmbavishi46_3-1686753967434.png

mbavishi46_4-1686754146573.png

Solved Solved
0 2 748
1 ACCEPTED SOLUTION

You can pass many URL arguments in to the appsheet URL to affect what is shown. Just open the app in a browser and take a look at how the URL changes as you change views and whatnot. Also search here for 'url parameters'. For you specific ask, I'd suggest creating a linktofilteredview action, testing it out in the browser app, and examine the resulting URL, then use that URL structure in your iframe code.

View solution in original post

2 REPLIES 2

Frage doch mal den Verfasser dieser Verรถffentlichung: GCP-Integrationskonnektoren als Datenquelle fรผr AppSheet verwenden 

You can pass many URL arguments in to the appsheet URL to affect what is shown. Just open the app in a browser and take a look at how the URL changes as you change views and whatnot. Also search here for 'url parameters'. For you specific ask, I'd suggest creating a linktofilteredview action, testing it out in the browser app, and examine the resulting URL, then use that URL structure in your iframe code.