I’d love to know more about this, as I’m in the same situation. I hate to reach out, as I can usually figure most things out on my own, but I’ve been combing forums for hours looking at this, and have hit a wall.
What I want to do is create a new Article in App 1 and push that article over to App 2.
I have the apps connected via the Bubble App Connector.
The data type is Article, which is exposed in the app settings on both apps.
I am able to fetch the list of articles from App 2 into App 1.
I have an API endpoint in App 2 which is “newarticle” that runs the workflow to create a new article. I have the endpoint set to “request data”, rather than filling parameters.
In App 1 I am able to use the “Run newarticle” workflow that I built in App 1, however, it then asks to fill in the “wf_request_data”. All the available dropdown items return an error as “wf_request_data should be undefined”.
I know there is likely something that I’m just overlooking in the process, but I can’t seem to find out what it is.