Collection "ProcessSchemaParameterCollection" item "ProcessSchemaParameter" with unique identifier "{00000000-0000-0000-0000-000000000000}" not found.

facing "Collection "ProcessSchemaParameterCollection" item "ProcessSchemaParameter" with unique identifier "{00000000-0000-0000-0000-000000000000}" not found." when every I try to save contact with active or deactive flag

Like 4

Like

1 comments

Tyler Phelps,

This issue occurs if the previous list was removed:

Our team already registered the task to fix it in future releases. 

For now, please use this workaround instruction:
1. Open the source code of your page:

2. Coppy Button element code:

3. Find the code of this button in the source code and replace 

"parameterMappings": {} 

to  

"parameterMappings": { "ProcessSchemaParameter1": "Id"}

Save the changes after this.

Please note that if you resave your page in editor, you will need to make this change in the source code again.

Show all comments