Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to export node input values #60

Open
georgevbsantiago opened this issue Mar 22, 2024 · 0 comments
Open

Option to export node input values #60

georgevbsantiago opened this issue Mar 22, 2024 · 0 comments

Comments

@georgevbsantiago
Copy link

georgevbsantiago commented Mar 22, 2024

Allow the node to export input values in a specific field/key so that it can be used in subsequent nodes.
This functionality would be very useful to know which inputs were filled in manually by the user and then be able to use the values in subsequent nodes.
(NOTE: We don't know if it would be better to place the field/key inside or outside the Payload. Perhaps the best option to avoid causing bugs is to export outside the payload).
See the suggestion below:

{
...
"payload": {array [ 278]},
            "_config_inputs_node": {"bucket": "XXXX",
                                    "tag": "XXXX",
                                    "filter": "XXXX",
                                    "timespan_sequence": "XXXX",
                                    "timespan_value":"XXXX",
                                    "timespan_units":"XXXX",
                                    "min_ts":"XXXX",
                                    ...
            }
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant