Form in livewire component empty data on create

I made this form as a livewire component, the idea was to generate dynamic forms that will change depending on what im receiving from an external api, and once the form fills send back the data to the api, but im having trouble extracting the data in my save function, the forms are generating well but each time i submit my form im getting an error that says that my circuit is null, i dont need to save this data in my database, i just need to access the data from the forms and send it back to the api. anyone knows how to fix it?
image.png
Was this page helpful?