SSD client side data passing bug

how to properly access from values in client side
SSD



showing undefined

2 Likes

Hi @shanu

In the form component create a custom property key as #form and value as ngForm then try again

1 Like

I have given that now i got empty object without values
image

1 Like

Hi @shanu
Add name in the input field the data is collected on the basis of name. Give the name same as the input variable name which you gave in the flow.

4 Likes

now its working Thank You @Aswin

2 Likes