Custom FormAction Step Not Showing in Flow Details Step

I was able to find my custom FormAction but only through the “Add Step” dropdown on the “Registration Form”. Meaning using the add step from the “+” Add step.

The same was not found when just clicking the “Add step” button. Any reason why that is?

However now I get and error in the validate step here stating that getHttpRequest() on the ValidationContext doesn’t exist:
MultivaluedMap<String, String> formData = context.getHttpRequest().getDecodedFormParameters();

UPDATE:
The issue of ValidationContext error here was asked and answered in this other post by me: NoSuchMethodError on ValidationContext.getHttpRequest() - #2 by tbattisti

The solution is to build against the latest Keycloak 21+ version.