Data view with microflow

0
Lets assume that I have two module “One” and “ Two” . In the module “One” there has an entity called “Info” . Now I have created a page in the module “Two” and also created the dataview widget in that. But my problem is that I don’t want to use datasource I want to call “Info” entity by using microflow . Is that possible or not ? If it is possible please give me suggestion for that .Thank you.
asked
1 answers
1

Hi,

You can access your entities from pages/microflows in all your app’s modules, so retrieving/using entity “Info” in module “Two” is no problem.

answered