insert a text box value into a input field

@jfeldkamp1 You need to use one of the dataset functions: setFieldValue() or setFieldValues() .

@yisrael-wix Yeah I was able to get it to work using the setFieldValues() function. It sounded like you were not happy with that workaround and were going to submit a ticket to QA to perhaps resolve and remove the need for this ā€œworkaroundā€. I was curious if there were any responses are feedback on your submission? Thanks!

@jfeldkamp1 I reported it to QA and as you can see it was over a year ago. The answer from QA was simple, the way you do it is to use one of those two functions.

@yisrael-wix Ok Bummer. My appologies for bugging you on this. It just seemed silly to connect all the fields to the dataset and use their handy built in submit action when connecting a button to a dataset only for it to not actually submit any data that is populated using code…This actually seems like a bug to me. Was hoping there still might be a fix down the roadmap. Oh well. Thank you for your time and quick responses. Appreciated!

I want to create between four input fields calculation system. Please help me.
input4.value = input1.value * input2.value - input3.value

Hello Suman,

please open a new own thread, with own issue-topic.
Describe detailed your situation, and remember, that this forum is a code-related-forum (about CORVID).