Updatecdt function in expression rules

Hi All ,

Can u please tell me how to use updatecdt() function in expression rule .

Load(

Local!data:{

{Id: 1, order:null},

{Id:2, order:null},

{Id:3, order:null}

},

local!updateColumn: updatearray(

Local!Data.order,

{1,2,3},

{1,2,3,4}

),

Updatecdt(

Local!Data,

Order:{local! updateColumn}

)

)

It's throwing me error when using updatecdt function. Please help me out.

Thanks,

Bhargavi

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data