Input value added via JS is not submitted correctly when appending it in workflow

weweb is a vuejs app, any direct element manipulation with code will be out of sync with it. If you need to update variables in weweb from external js code you can use wwLib. executeWorkflow and change the variable with an action in the workflow.
You can see an example in this post.
If this is not enough for your needs you can always create a custom element that integrates with weweb.

1 Like