09-11-2017 11:38 AM
09-11-2017 02:14 PM
A suggestion would be to make the documentation clarify that pipeline parameters but not document fields can be used for the expressions on dynamic accounts since the pipeline parameters do not appear in the expression drop-downs.
09-12-2017 12:59 PM
Thanks, that’s a good suggestion, will pass it along to the docs team.
Shayne
04-13-2020 04:32 PM
I have few questions:
My use case is, i want to create account dynamically taking inputs from a file and then use the account created in the first pipeline to fetch data from another pipeline.
04-14-2020 07:16 AM
I’m sorry, I don’t create the dynamic account programmatically. But here is an example of how I set it up with the dynamic Hostname and Database name:
04-15-2020 06:43 AM
Thanks for the details. Did you pass the parameters from pipeline parameters? I have cretaed a parent pipeline where i have read the parameters from a file and then passing them to child pipeline where i have the MySQL execute snap. In the account tab of My SQL execute i want to create a connection dynamically by using the parameters coming from parent pipeline which are coming from the file.