In that screen, firstly I will select the respective process and respective machine. Based on that selection, tag value which is binded with text property should change.
I have taken the dropdown values which is process and machine number over message handler, need to just change the value according to that selection which is path,
Thank you for your reply. That's where I am stuck. Don't know what to use in expression transform. Kindly help me ! to map the tag path accordingly.
error : Expression transform is empty.
Error:BAd_not_Found.
Note: {view.custom.process},{view.custom.machine} this custom variable will get the value over message handler, in view A to View B which is embedded view in View A.
You should rename those tags in the subfolders so they're all the same. The problem you're running into is you're building the tag path: "Grinding/G003/m_body_temp1"
which does not exist.
Concur. Remove the letter prefix and numeric suffix from all of those innermost tag names. Then your parameterized views can accept a simple tagpath parameter that contains [someProvider]Grinding/G003 and your indirect binding would be just {1}/body_temp.