Replies: 1 comment 1 reply
-
another thing I need with is accessing arrays in forms block. Using push i can assign values to p_title array but then when I want to use the forms block to copy array values to html forms it does not work. I tried {{variables.p_title.[0]}}, {{variables.p_title.0}}, variables.p_title.[0] and none seem to work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I would appreciate if someone can help me see what I am doing wrong.
I have a table 'p_amz' with columns p_title, p_url etc.
I can store data properly, but can't use that data in forms block.
If I want to access row one values for p_title for example, how i should refer to it within the value field of forms block? like this {{p_amz.1.p_title}}, {{p_amz.[1].[p_title]}}... none of these seem to work.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions