Could not able to populate trigger output in action input

I’ve created a custom trigger which send the typeform response as text to output field

In my custom action I’ve set the text to trigger output

but after running the integration i’m not able to get the TEXT in my action request payload

payload {
blockKind: ‘action’,
blockMetadata: null,
inboundFieldValues: { groupId: ‘topics’, boardId: 263481111 },
inputFields: { groupId: ‘topics’, boardId: 2634811111 },
recipeId: 3004211,
value: null,
problems: [Array]
}
],
account_id: 12061822
}

how can i get the custom trigger output in my custom action i also followed the doc but not find anything.

Having exactly the same issue here, do you know how to solve it?
Thanks

Hey, this was originally not in the developers’ section so I missed it.

Can you please share steps to reproduce the issue? And what is the expected behaviour?