Plugin: Access set config in app A and use it in app B

Hi, I’m developing a plugin, and it involves more than one app to work. I need to access the set configuration from app A and use on app B. Is there a way I can achieve this?

Hello Wendy

I’m not quite sure exactly the goal here, but

if you are simply trying to obtain the process within the plugin set up in App A, you can use .getConfig.

If you’re trying to obtain specific plugin settings in App A from App B, no API allows you to get the plugin settings information from a different app.

I hope this helps.