Skip to main content

Minimum date value

Comments

1 comment

  • David Paras

    1) Apply for-each at the record level for the source record.

    2) At the record level, apply sorting rule on 'Date' element in ascending order.

    3) At the record level apply an IF condition in the textual rules as given below:

            IFF CONDITION{ position() = 1} VALUE=[ 'true']
    

    4) Apply mapping at the Date element with the value 'Date' in the textual rules ( we don't need to provide the full path for source element as we have applied for-each on the record node).

    0

Post is closed for comments.