My FEEL Expression is not working in dynamiclists and groups because of the path.
Am I missing something?
With path set:
Without path set:
My FEEL Expression is not working in dynamiclists and groups because of the path.
Am I missing something?
With path set:
Without path set:
Seen my error. It was the expression.
{
getincubatee_participant_id: function(formincubatee_participant) dynamicValues.participants_in_incubation_view[item.incubatee_participant = formincubatee_participant][1].incubatee_participant_id,
result: getincubatee_participant_id(incubatee_participant)
}.result
getincubatee_participant_id(incubatee_participant) This is to become.
getincubatee_participant_id(a.incubatee_participant)
Closing the issue now.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.