So, this is my second post on here and I'm hoping to def get some help on this one desperately.
I'm working a repeating section on Nintex 2013 Classic Form view for a customer that wants certain fields to auto-fill based on the first field that's entered, e.g. Part Number.
I have researched this like crazy and can't find any solid solution for the classic form with using calculated value lookup controls. I figured out the formula to get the fields to populate on the first line but the minute you click on "Add New Row" everything in the auto-fill fields clears out. Please help!
I've even read another post on here trying to add the "parselookup"...e.g. lookup("Material Master","PartNumber",parselookup(txtPartNumber),"PARTDESCRIPTION") into the formula but that doesn't work either. I'm so close to getting this without having to use CSS or Javascript...