I'm building a nintex form, where I need to update a different list when i click on save / submit. Is this possible?
I'm using Nintex forms 2013.
So I have a ListA. I've created the form, that has a number of fields including a lookup field that looks up on some values on ListB. When i click save, i would like to update some fields in ListB depending on the lookup value and other details.
Solved! Go to Solution.
Yes, this is very possible when you combine this with Nintex Workflows. Let the workflow handle the processing of the data that you want to move into/update in ListB by using one of the many actions available to you, such as the Update Item action which will allow you to select the target list and fields you want to update. You can set the workflow to run on item create or on item modification within ListA.
Thanks
Thanks!
Thats a good way to get around it. But it wont be possible without the workflows right?
I won't say its impossible, but using the workflow is the intended way for the product