How/Can I access my Profile sheet in this context?

I have a user-input driven screen built around user-specific entries. It can only scale if some of the input is written to the profile sheet, breaking free of GE. Even that is not optimal (latency) but I’m not aware of any plans for a Glide API.

To be clear, I’m not looking for a way to make user-specific columns write to sheets directly, but rather to access my profile sheet somewhere else.

I’ve thought about different ways the below setup could be reworked to give me access to the Profile sheet on screen A without significant UX compromises. Have come up empty.

Does not appeal / will not work:

  • Adding button/link to screen on Seen A (an extra step)
  • Form submission

It’s possible I’m overthinking this but more likely chasing the impossible.