Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    getValue issues

    Hello isomorphic,

    I have been recently having an issue with using the dynamicForm.getValue(), after using a dynamicForm.FetchData(). The GetValues() is returning an undefined variable, as if the form was blank. I'm currently on version v12.1p_2020-05-20. Here's what my Javascript looks like.

    Interested in why this might be the case and if there may be a known error that I'm missing.

    Thank You,
    Christian
    Attached Files

    #2
    fetchData() is a network operation, so it's asynchronous. Use the callback argument to fetchData() to wait until data has been returned, then check the values.

    Comment


      #3
      Ahh okay that helps!

      Thank you very much

      Comment

      Working...
      X