Solved
query conversion to text
When I convert the ff. to text, the column name gets included. How will I be able to get the content only?
I get this [projectName:Project Nature], when it should be Project Nature only
Code used:
a!save(
ri!projectName,
rule!CRP_ProjectName(ri!request.projectId)
),
ri!projectName is a text variable
See below for the expression rule CRP_ProjectName that I made:

