Is it possible? Passing value in from one dashboard to another?

Hi all,

I have tried to use %session.context.initialValueIn.ValueIn.options.valueIn[0].partNum% in opening dashboard after Form Load. with zPartWhereUsed_0_1.PartMtl_MtlPartNum as the binding…

image

My open-app settings from the launching dashboard.

{
	"options": {
		"valueIn": [
			{
				"partNum": "{TransView.PartNum}"
			}
		]
	}
}

All I am getting is…

image

If I launch the dashboard normally from the menu. Opens no issues at all.

Weird.
image