I am having issues where code that has executed with no problems now shows the dreaded "Multiple levels of many-to-one relationship expansion aren't supported" error message. My application stores information for 5 different types of forms or documents. For each document I use separate variables to store the data source record and the code is identical except for variable names and data source names. The error seems to arise intermittently among the different document types. For example, there are times when code documents 1 and 3 shows no error, but there are errors for documents 2,4 and 5. I have closed my browser session, cleared cache, and closed the Powerapps session. The next session it may occur that now the errors on document 1 no longer exist, but occur somewhere new. The error occurs even though multiple levels of expansion (beyond 2) isn't being conducted. I have included a very simple example below that illustrates the issue. vDoc and vFrm only exist for this example; they are not used within the application. SolutionChecklistGallery Items is a collection from the data source.
Set(vDoc, SolutionChecklistGallery.Selected);
Set(vFrm, vDoc.DRBForm);
Here is an image of the error.

This is causing issues where I can't use Filter, LookUp, or reference an object using syntax such as DataSource.Record.ColumnName.
What can be done to fix this issue? Any help is greatly appreciated.
Thanks,
Brian Padgett