Could this be a easy fix just using dynamic mode or the currentRecord module?
k
Kris Wood
09/19/2019, 3:33 PM
Dynamic mode won't help you any, unless you're trying to load the record you just created in afterSubmit. currentRecord.get() might work. Usually I just pull the data from whatever record the field would be sourcing from in the first place.