My Data Transform get a parameter Param.myText, his value is “.pyText”
When i Set .myProperty equal to Param.myText .myProperty gets the value of .pyText and not the text “.pyText”
How can i get the text?
PEGA 8.6.1
My Data Transform get a parameter Param.myText, his value is “.pyText”
When i Set .myProperty equal to Param.myText .myProperty gets the value of .pyText and not the text “.pyText”
How can i get the text?
PEGA 8.6.1
@RodrigoB2921 does this article help?
Are you running into the limitations described in this article?
Can you confirm the exact syntax you use to set your property “equal to” the value of Param?
Can you illustrate with screenshots the current symptoms?
@MarijeSchillern let me try to explain it better.
In a Section i use this Datapage(Notice the PropWorkRefresh Param)
Then in this Data Transform i set it to the property .PropriedadeWorkRefresh
This is what i see in Clipboard. “anexo-0MQAUXIJM4” is the value of .pyText
![]()
This is what i want. In PEGA 7.2.2 is working this way
![]()
@RodrigoB2921
What happens if you don’t use quotes while passing as parameter. ie Just set as .pyText
Just wondering - if you pass anything with quotes, it may get passed as a string and not a property value?
@MarijeSchillern This is what i wanted. The param should’v have the name of the property and not the value, i solved the issue by putting a blank space after the string ".pyText "