No Arguments are available to ActionButton

0
Hi all,    I've added a section onto our config screen for the option to toggle between new and old method of file delivery. So, all it does is that one button sets an attribute value to true and the other to false using an MF. This attribute is in a new entity and is the only attribute for that entity.   This would then be used in a decision where if the value is false, the process for file delivery the old way is skipped in the MF or if true its actioned.        However, i'm getting this error.    Does anyone know how i can go around this?   Edit: after putting buttons in dataview
asked
1 answers
0

Put the microflow button in a dataview that has the ALFileDelivery-entity as parameter 

answered