Can we write into collection from one project collection to other project collection through trigger?

Hello,
I have a requirement to move certain data from 1 project cluster to another project cluster through triggers. When I’m creating a trigger, it is giving me an option to Linked data source for different clusters within same project.

Is there a way I can link cluster from the different project as target for trigger?

Thanks

2 Likes

Were you able to find out how to do this ? I have a similar requirement

I have a similar requirement too

Short answer no.
Long answer yes.

Build GraphQL API to interface between the clusters.
Build an API with Data API between the clusters
Build an HTTP Endpoint between each cluster.
Build an API with functions between clusters and setup triggers to fire as events happen over the API.