Hi
i have a process variable called request_data which is cdt type and in that there was one column called casettnotes which is a cdt casenotes cdt has currently 4 rows of data in that there was a column casenote which i need to update which is 4th row case note column data for this i dont have primary value it was null so i tried using other column which is issuetype like if issuetype is failed then update casenot for that issue type like that, all i want the casenote column which is 4th row column in casettnotes cdt need to be updated how to acheive this tried using many alforeach with update function but nothing working kindly suggest on this
Discussion posts and replies are publicly visible
It is very difficult to understand the structure this way. Can you try creating a map with how actually your cdt structure is and for which cdt which field you are facing challenge. Some example of what your input is and expected output is will be helpful too.