Skip to content

How do I use Keys in DataFlows? #30

Discussion options

You must be logged in to vote

Typically, in a Dataflow, we load a Key using the Key Loader Module, as follows:

This allows you to simply select the key using the Key Selecting modal:

It is also sometimes helpful to use a Property Loader Module, where you can type in the name of the Key as the Module input:

NOTE: Key Loader Module uses the Key ID (integer) whereas the Property Loader Module uses the Key Name (string). Use the one that is best suited for your use case (e.g., if you want to dynamically pass in the Key name based on a Branch in the DataFlow)

There is also a Key picker functionality that is available, that may provide a “cleaner” DataFlow when the Key does not change (e.g., “hard-coded” Key scenarios).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andyvidan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants