Update Table Creator node with multiple Numeric widgets

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

Instead of linking those nodes, you can use the Merge Variables node

Thank you - but I’m still stuck at the integrating the two:

where do I get the variables integrated into the table creator (or downstream) so that the values I’ve updated (once converted to component) will pass through into a prediction node?

Hi,
You can use Variable to table row and create a table and perhaps the Table Trasnposer node (it depends on yours needs).
Best,
Joel

1 Like