Can you please explain the use case for your workflow? What exactly are you trying to achieve? Share the different steps you want to include in your workflow.
The ‘Form’ action you’ve used in the workflow will not give you the output for the next step. If you want to take the data input from the form then you have to use the ‘Form Submitted’ trigger in your workflow.
You can create two workflows. In the first workflow, you can use ‘Form’ action to send notification along with a form link to the intended user.
Once the form is submitted by the intended user, then the second workflow (use ‘Form Submitted’ trigger) will run to take the data input from the submitted form and will proceed to the next steps.
Hope this helps!