Lowest Value from List

Lowest Value from List

Comments

  • I have a Defined Data Structure, Bids, that has values for Bid Amount (currency) and Awarded (Yes/No selection). I need to be able to identify if the lowest bid was awarded and set some other vaules on a form. What is the best way to do this?

  • Hi,

    I have attached a sample project that will allow you to find the lowest bid and check if it was awarded. The sample should aid you in building the workflow process described.
    Here are a few notes to help with building the process:
    1. A list must be initialized in a [b]Create Data[/b] step so that items can be added to the list one by one.
    2. When configuring the [b]ForEach In Group [/b]step, ensure [i]Type [/i]is set to your Datatype, Bids
    3. When configuring the [b]Add Item to List [/b]step, set [i]New Item [/i]to Build Data and input necessary data (Bid Amount and Awarded).
    Also, make sure [i]Original List [/i]is set to list created in step 1.

  • Unknown
    edited November 2023

    Thank you Cameron. That got me where i needed to be. Because i already had the list i was able to pass it into the flow and then do the MIN on it from there.

Sign In or Register to comment.