changedBy in a microflow

0
hi , I am trying to retrieve the changedBy association in a microflow and not able to do it! Strange thing is, it is easily available as value in a grid column but not in MF
asked
1 answers
3

Hi Ganesh,

You can retrieve the account, by adding an xpath requiring the id to be the same to that of the owner.

In my example screenshot I retrieve the changedBy from my test object 'Project':

 

Hope this helps you!

answered