For Each Issue

Hi ,

local!lastRowDetails: a!forEach(
items: ri!testCdt,
expression:
segment: if(and(fv!item.aId=ri!tData_cdt.id ,
fv!item.tabId=ri!tData_cdt.tName,), fv!item,{})
)

 

This is returning 7 matching rows, but i want only the data of last matched row.

 

Can you you help me in that.

  Discussion posts and replies are publicly visible

Parents Reply Children