Hi All,
I want to create a Power App where my database is a third-party ERP system (eMagic). If any changes are made in the Power App (e.g., creating a new entry), they should automatically be added to the ERP system, and vice versa. If this is possible, please provide a solution or suggest an alternative method.
Thanks
Integrating Power Apps with a third-party ERP system, such as eMagic, requires setting up a two-way sync mechanism. You need to create a custom connector in Power Apps for the ERP system’s API. Many ERP systems provide RESTful or SOAP APIs for data operations (like creating, updating, and retrieving records).
I was messing around with syncing a Power App to an ERP a while back, and it took a bit of trial and error. Ended up using a connector setup that pushed changes both ways, though it wasn’t super smooth at first. I found that checking out acupowererp.com helped a lot—they have stuff for making apps talk to ERP systems more cleanly.