Integration between Appsheet Billing & Google...

Integration between Appsheet Billing & Google sheet

Iโ€™m trying to find out a solution for integration between Appsheet billing and Google Sheet.

Here are flow example

1- I have an Appsheet App. There is only one table name as โ€œTable1โ€

2- โ€œTable1โ€ have 3 column. Col1 is for Unique key. Col2 is App Name Record. Col3 is Email. Col4 is for checking the status.

What I want is:

If an email in Col3 and its status in Col4 is OK, the email then can have a permission to access the App in Col2.

Any idea or sugguestion, please?

0 3 318
3 REPLIES 3

Not sure I fully follow you, but if I understand right, i would use a Deck view to show Table1, and define an Action attached to the โ€œapp nameโ€ column that uses LINKTOAPP expression.

You can the set the โ€œif this condition is trueโ€ expression in the Action, to only display for records where Col4 email = AND([Col3] = useremail(), [Col4] = โ€œOKโ€).

My syntax may not be completely correct for your case, but hopefully you get the idea. App Column Type (Deep Link) help.appsheet.com

@Mike_Adler thank you for your time.

Deep link is not as my expection.

Currently, If I give a right to user/email to access any Appsheet App,

I need to access to Appsheet App Admin Interface.

Iโ€™m looking for a solution to automatic above steps.

Thatโ€™s why I need to integrate between google sheet ( own database) and Appsheet User Interface.

Am I clear?

@Vo_Tu_Duc this is not currently supported.

Top Labels in this Space