Change the object when the object is empty

0
Hi ,There is a scenario where we are having 2 entities (A and B). Both are associated. So, entity A is empty and in microflow  change activity I want to assign entity B to A. It is throwing error like A should not be null.   Is it possible to change the object which is empty   Please let me know. It is urgent Thanks
asked
1 answers
0

Heey Trishla,

 

It is not possible to change an object that is empty. To assign entity B to A you first need to have created both entity A and B and then in a change action assign B to A.

 

Hope this helps.

 

Kind regards,

Edo

answered