Help with run flow for list

Help with run flow for list

Comments

  • I have created a flow that calculates fees for a vehicle and returns the results in a structure that has the multi-year fee results and vehicle id for the vehicle that was passed in as input to the flow.
    This flow is the flow that is called within the run flow for list flow in the main workflow. The input to the flow is a list of vehicle registrations.
    I am trying to run the flow to calculate the fees for a vehicle and return the list of vehicles with the calculated fees to the main calling flow.
    I am having trouble getting the results from the flow that calculates the fees for a vehicle.
    Here are the structures that are used. It is complex and that is where I am getting confused.
    The main flow takes as input a list of vehicle registrations.
    The next step is a ‘Run Flow For List’ step. The input for this step is the list of vehicle registrations and the expected output is a list of vehicles consisting of the calculated fee results and the vehicle id.
    The workflow for the Run Flow For List step has a flow that calculates the fees for each vehicle registration that is passed in as input.
    I am having trouble with getting the output of this to be a list of vehicles with the vehicle id and fee results for each vehicle from the input list.
    Is someone available that could walk through what I have and help me get the right output values set up?

    Thanks

  • The Item Workflow needs to output only one object. Then, output for the Run Flow For List step will be a list of this object.

Sign In or Register to comment.