How to use CreateAction while creating record

I want to use CreateAction using Modal for my record creation in resource manager. I dont want to use the existing form method in my main resource page. Unfortunately, I followed CreateAction document and applied in the CreateAction present in listing page. But it triggers the form present in the main resource page. Where I am missing?
Solution:
Yes... I realised if you have CreatePage already created then CreateAction will never start first.
Jump to solution
2 Replies
Mark Chaney
Mark Chaney2mo ago
did you try overriding the the form using ->form() on it?
Solution
Pritbor
Pritbor2mo ago
Yes... I realised if you have CreatePage already created then CreateAction will never start first.