Hi,
I create plans/ scenario’s for my clients, based on their (user) data. Whenever I create a scenario, I created a connected record to (their) user data. So that when they log in, the can see a table with their scenario’s, based on the records.
At this moment, when starting up the scenario, I pull all the data from that user (with a pipe) and store that on a new record. I need to do that, because in order to run the scenario’s I use different pipes…
Question, is there a way to avoid this (since I am just copying) data, and instead use the values from the user with the connection value parameter? I don’t know how to do that, since TB is designed to let the user himself/herself run the scenario, instead of me doing it on behalf of him/ her…
Hope this makes sense