Hi. I have a problem. - I have made a subflow with one input-port called Entitet. How do i use that value in code, where i build a payload?
I have tryed this: msg.payload.data.entity_id = “${Entitet}”; - But that actualy just returns a string contaning ${Entitet} … So, there must be another way!