Need to filter the manually retrieved datasubset

Hi,

I've retrieved the data manually and changed that into datasubset. Now, I need to add the filter in that datasubset.

todatasubset(
      a!forEach(
        items: union(
          rule!ISS8_getAllRequests().applicationName,
          rule!ISS8_getAllRequests().applicationName
        ),
        expression: {
          rule!ISS8_getRequestNumbersByAppName(
            fv!item
          )[1]
        }
      )
    )

Kindly suggest me to find out this implementation. Thanks for your response!

  Discussion posts and replies are publicly visible

Parents Reply Children