Accordion On Change Microflow not being triggered

1
I recently tried using the accordion widget and needed an on-change microflow, no matter how many changes in selection I made, the microflow would never be called. Thanks!
asked
3 answers
3

Hi Madeline Carnell,

I found no connection between acordian and onchange. 

Re-verify whether you have given access to onchange microflow.

 

If it is done, provide info on which widget you placed onchange microflow

 

Thanks!

answered
1

Hello

This may be an older issue, but I ran into it as well. This is a possible solution for Mendix 9.18.0 
I configured the Groups Item as follows:

 


I have put the start as Dynamic and created a boolean variable within the entity which acts as an identifier on whether the accordion is expanded or not.

Do not forget to give your module roles the appropriate permissions for the boolean attribute, as they need read/write access in order to trigger the On change action.

I hope this helps.

 

 

answered
0

I have the same problem, nothing happens when i expand or collaps, even when i select a simple logout as event changer.. Did anyone get this to work?

answered