Feature Request: Pass Variable That’s Not Selected/Displayed
I have a use case where the operator selects a “part name” from a dropdown. The selected “part name” then gets fed into a connector function that runs a POST call to an API. I have several other variables that also get passed along through this connector function – all of which were either previously selected for in other widgets, or are passed through a linked variable in a table. I’m unable to pass through a field for “part id” however without having to display it on the front end and having the operator select it/creating a linked variable. This type of field is not meant to be displayed, but still needs to be passed through.
I’ve found a workaround method that involves displaying the “part name” with the “part id” in the dropdown, and then using the splitstring to create two fields from it. This still runs into the issue of visually displaying the id field though so is not ideal. A solution that would allow us to pass a variable to a connector function that is not being displayed on the UI would solve this issue.