Need to same a particular object to a microflow

0
Hello, There is a scenario where every time we need to create an object , which we are creating on On change activity of a field and once that object is created want to show it below that attribute. For that we are using a data view and selected microflow as its data source. But the issue is , not able to send that particular created object as a data source to that microflow.   Please help me out as its very urgent.   Thanks
asked
1 answers
0

Assume you have Entity1 and Entity2.

As per my understanding, on change of some attribute in Entity1, you are creating an object for Entity2.

Now you want to display Entity2 Object.?

if it is your question,

Have an association between Entity1 and Entity2 and while creating an object of Entity2, populate the association.

Use association for your data view to retrieve Entity2 object.

answered