Home > Forum > Forms > ERROR: Adding new row is not allowed in this step / SOLVED

ERROR: Adding new row is not allowed in this step / SOLVED
0

Hello community,

I have a short question: Does anyone know the reason for the following error? >Adding new row is not allowed in this step.<
The error appears on all steps when I click on dropdowns, check-boxes, item lists, path buttons and delete/save/delegate menu buttons.
The designer LOG by GUID is attachet as an image + trace of the error.

Best regards!

MVP

Hi Dan,

based on your other threads I would guess, that you added a click event handler which want's to create an item list row. Unfortunately it's not attached to the correct element so it fires wherever you click.

Maybe you could remove all form rules which are executed during page load, hide all html fields etc., so that you can find the culprit by adding them back one by one. :)

Of course you could test another workflow and see if it works fine there.

Best regards,
Daniel