Lists inlineEditField does not trigger PowerAutomate flow

Copper Contributor
Hi, I have a power automate workflow that runs triggers whenever an item is changed in a sharepoint list (Trigger: 'When an item is created or modified'.)
This works perfectly fine when the user changes a field manually or the setValue action is used. It however does not work with inlineEditField.
 
"elmType": "div",
"inlineEditField": "[$Field_to_change]",
"txtContent": "inlineEdit Test"

Is it intended not to work? Is there any workaround for that?
 
thanks
0 Replies