Hi everyone,
I have a problem with duplicate uniqueid. So my system used adalo as one of the platform to pass value to google sheets and appsheet will use google sheet as the database.
The issue is adalo keep sending duplicates to google sheet because user pressing submit button multiple times hence affecting appsheet view as well. I tried using formula to recognize duplicate and want to filter using slice but it will only work on the row once the row is updated which is not reliable since adalo only send data to google sheet and not appsheet directly.
Does anyone have any idea on what I should do to remove these duplicates?
Solved! Go to Solution.
I gave up looking on adalo and make I just tried again using appsheet and it works. I just used apps script to check on for 2 column on rows having same data will just change the data to duplicate instead. below is what i used.
If you dont want duplicate entry, use uniqueid as a key.
I did use uniqueid as key but adalo is sending duplicate to appsheet through make and i want to stop that
I looked up the ADALO docs and found this...
It is true that in adalo table the duplicate each have different record id but in make, my team used the timestamp as uniqueid and send it to google sheet thus the duplicate. I tried adding filter and aggregator in make but my knowledge is limited, it didnt work so Im trying in appsheet instead.
I saw that automation bot would go through each row, do you know whether it will took a very long time for it to reach around 30000 row?
This problem really sounds more like an Adalo problem don't you think?
In Appsheet there are mechanisms that make buttons appear or disappear depending on conditionals...for instance it is possible to make the Add button disappear if the table being added to already has a Ref to a parent.
Isn't there something similar in Adalo? Can you not for instance add a column to your Adalo data source that when the button that triggers Make's workflow to send the data to your sheet also sets the flag as TRUE in that column? Then you can make the Adalo button disappear after the first time the record is sent to sheets?
Yeah this is correct, I already set that if user press submit it will go to another page but they keep on pressing on it (maybe because of internet issue so they think it isnt submitted yet) thus sending the duplicates. But I will try to make the button disappear in adalo. Thankss
I gave up looking on adalo and make I just tried again using appsheet and it works. I just used apps script to check on for 2 column on rows having same data will just change the data to duplicate instead. below is what i used.
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |