Doubt on value accessing in form

how i can access the value iam providing in ngmodel in the flow ,iam not getting value on the flow .
and otherwise is there any way to pass that value while doing ngsubmit? give any solution

1 Like

Hi @navaneethck_10 ,

Yes you can, Create a flow/function that accepts a parameter.
On the ngSubmit event pick that flow and pass your template variable defined on your form.