how to send multiple enitites from custom widget to microflow ?

0
Hi Forum, I have to send data for different entities from a page (having custom widget) to micro flow and save those in multiple tables accordingly. While trying the same, i am seeing this below error - “All data views receiving object from the page parameter must have the same entity.”
asked
2 answers
0

Probably the easiest way would be to send them as JSON.

answered
0

Dear Sumita,

A custom widget can only have one object, or a list of object of the same type passed to a Microflow.

The way to send get access to all objects on the page you have to set a relation form the object to the other objects, so you can retrieve them back in you microflow.

Cheers, Andries

answered