I have a problem that I haven't been able to solve for quite some time. I have software external to flutterflow that generates google sheets files every month for my users. Now, I have an API connected to one of my google docs. What I can't get is that depending on the user in FF (my clients) I can use different APIs.
Currently I read a specific page of Google Sheets the data, but I would like that depending on the user who is authenticated, that API would be different each time, that is, each user would be connected to a different API. I have not achieved that, I have only managed to get all the users to connect to it.
Any ideas?