Hi
I want to conditionally set a Field value when a specific
dropdown choice is made.
In my dropdown I have the following columns
ID, Display Name, Type
The display name is what’s shown in the dropdown field.
I want myTextField to = ‘Cert’ when (Type=’VAC’ and dropdown field = the secondary source).
I think I am partially there but the problem is that I can appear to set a static value when using the Action.
I've attached a screenshot of Actions and her is the XPath
../../my:SectionDevFields/my:GradCert[../../my:SectionSelectUnit/my:SelectUnit = xdXDocument:GetDOM("CLMUnits")/dfs:myFields/dfs:dataFields/tns:GetXMLResponse/tns:GetXMLResult/InfoPath/OriginalData/clm_units/PaperReferenceTitle and xdXDocument:GetDOM("CLMUnits")/dfs:myFields/dfs:dataFields/tns:GetXMLResponse/tns:GetXMLResult/InfoPath/Data/clm_units/Type = "VAC"]
Thanks