About Configuration options inside a component in Business hub

Hello.

I was wondering how to show Configuration options inside a component in Business Hub UI.

It seems that Configuration options inside a component are invisible in Business Hub UI when I use “Run” or “Deployment”.

I’d appreciate it if you could tell me how to show these options inside component.

Thanks,
hhkim

Hi @hhkim,
Configuration nodes are used, as the name suggests, to configure things. If they are at the top-level of a workflow, they represent configuration options of that workflow. If they are inside a component, they represent the component’s configuration options. If you used many different components in your workflow, would you like their configuration to show up in the Hub UI? Instead of doing that, you have two options:

  1. Put configuration nodes at the top-level of your workflow and pass the flow variables inside your components. If the config node is at the top-level, it shows up in the Run or Deployment Configuration sidebar in the Hub UI.
  2. Create a data app that uses widget nodes (e.g. String Widget) to ask for information from the user. See our beginners guide for more info on that.

I hope this helps!
Alexander

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.