Hi,
I'm working on Development which I use HTTP Trigger to connect to Wrike application to extract the data with Apply to each. As everything work well and able to get data. But
I need your help with getting the value of id. but there is two id in customFields so I need get exact id. See the code. As you see the xxx is hidden information. So You see the "I_______5" that value is 18. I need to get that. As I need an expression to get the exact id as what I've tried which it wrong.
items('Apply_to_each')?['customFields']?['id':'I_________5']
