Hey guys! A new question)
What do you think is the best way to look for new items in JSON like this -
I see such solutions:
- Custom MAKE app with one function of comparing values (don’t know yet if it is possible to implement)
- Seperate database with fetched values, which finds new value and returns it back to MAKE for futher processes (GSheets/Airtable/etc)
- Maybe long polling is somehow available in MAKE. Because it is enabled on server, I am calling.
- Your variant
Thanks!
Andrew.