Hello,
I'm building an app and would like help solving an issue. I have a Table A where I register my users. Table B contains the restaurants in my app. I use a Google Maps API to calculate the distance between my users and the restaurants. I'm running an automation script block to update the distance calculation each time a new user enters. However, I want an automation where each user has their own calculation from their location to the restaurant. Any ideas on how to achieve this?