내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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. 

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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.