use two data souse type

1
  I have a requirement for adding inventory data and importing batch inventory data. However, the data on this page can only display product A, which means that the data type of list A has already selected an association type, but importing data can only be done by selecting the from database type. How should I solve this problem?
asked
1 answers
0

When doing import it is never a good idear to import directly into the entities where the data belonges. Create special import objects. Because then you can create a microflow that process the data after an import and check if all conditions and validations are met and make sure that all the data ends up in the right place.

Hope this helps a bit or otherwise clarify your problem a bit more.

Regards,

Ronald

 

answered