Hi I am creating a workflow that takes user input and am trying to figure out how I can take a selected parameter from one input to poplulate the next input choices. For example:
parameters:Location, Domain
Location (string array) New York, London, Tokyo
so based on the Location chosen the Domain parameter would change
New York - Domain: Prod, Test
London - Domain: Prod, Dev, Test
Tokyo - Domain: Dev, Test, Eng