Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Fusion error as 422

Avatar

Level 1

Hi, I have a scenario in Fusion and several times it stops with error message as "[422] category cannot be null"". I am unable to find the reason for it. 

 

@ewanh @AndyHes - would you be able to help please?

 

Thanks,

Jainesh

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

This error message usually occurs when you are attempting to update a custom field on an object when there is no custom form attached. Try adding the custom form ID to the categoryID field in your API call and this should resolve the problem.

 

Best Regards,

Rich. 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

This error message usually occurs when you are attempting to update a custom field on an object when there is no custom form attached. Try adding the custom form ID to the categoryID field in your API call and this should resolve the problem.

 

Best Regards,

Rich. 

Avatar

Level 1

Thank you @Richard_Le_ . I will try this.