May be I am not understanding you correctly. But you could retrieve the object over the reference and then use this object to do the stuff you want. Or did you use a regular save instead of a microflow?
Regards,
Ronald
Thanks again Ronald.
Agent is “B” (taking lead from the previous explanation) – which is related to A with “hasX” association and agent further has Email . Consider a sample json which is used to create Export Mapping is this :
{
"Name": "CN SAP ",
…..
"Agent": {
"Email": "DDD"
}
}
Creating export mapping process : through json structure. (Not sure if this is the right way – I also tried to do it with direct agentEmail attribute – didnt work)
Issue is when I trying to fetch the value from the save button – the attribute of reference selector is A.hasX/Agent/Agent.Email and I need to pass the value to my json post request – whatever teh value is selected.
Any pointers to any solution related – link. etc would help.
Best,
Naveen