@RandyHayes
I see what happened. I used the wrong column name. Should have been crfeb_firstvalue. Error is gone now, however, doing something like this sets all of the fields, that use a DSI, to blank even though the data still exists in the glbFormData variable
If(!("1st" in Source_CB.Selected.crfeb_source), Set(glbFormData, Patch(glbFormData, {crfeb_firstvalue: Blank()})))
The typical DSI looks like
{crfeb_source:Parent.Default}
Is this because the glbFormData variable needs to be reevaluated somehow?