Is there a good workflow example that shows multiple widget use cases? I have a model built that predicts revenue based on channel spend. I"ve received good input on how to ‘productionize’ the model. However, I’m struggling with how to update the values used to predict.
Below is the current flow I’ve started. I created a widget for each channel, year, month, and week (I’m practicing right now, not the final product). I have all of the widgets linked and the last widget shows all of the labels and values I’ve used as the baseline:
However, I’m struggling with linking these values to the values in the table creator node - it’s creating a blank table, or overwriting the headers.
Any help would be appreciated - especially any links to data apps or components.
Thank you