I’ll try to explain as best I can. So, I need to be able to import and export data from Google Sheets. I need to export user information to Google Sheets and import data from a separate sheet based on a fixed pool of clients. The client data that’s imported is based on the ref parameter in the metadata passed through a m.me referral link. When the ref is passed, it works great and I can successfully perform both functions. I have a catch-all looking for the ref parameter metadata.
The first issue is that the ref parameter isn’t always passed and/or recognized, so it doesn’t import the data I need from Google Sheets. I don’t know weather this is an issue with Flow XO or weather Facebook isn’t passing the metadata properly.
The second issue I’m having is more of a lack of knowledge on my part, I’m sure. When I import the client data from Google Sheets, I set that data as attributes for me to use later. If the ref parameter is passed properly, then it does exactly what it’s supposed to and sets the appropriate data to the different attributes. It’s pretty much static data that won’t change throughout the usage of the bot, contact information for a specific individual, basically. Now for the actual problem:
The bot will be fairly large and complex, so it’s not really feasible to make it one giant flow. Problem is, I can’t seem to figure out how to access my attributes between different flows. I’m sure it’s something simple, but for the life of me, it’s been beyond my abilities. Any help would be appreciated.