Hi, I have four pages with two entities. One entity is used to create data on a Data View Page, while the other entity displays the data added to a Create Table. I also have templates for these pages with another entity. My question is: how can I transfer the data from the template page to the page where data is created automatically?
asked
Berkay Buhur
1 answers
0
Not completely sure on what you are trying to adchieve, but yoiu could try to use a microflow for this purpose. Add a button on the page calling a microflow that commits the data in the entity, then create a record in the second entity and set the values from the input parameter of the microflow and then open the page for thesecond entity. I hope this provides you with some clues on how to proceed.