This topic was automatically generated from Slack. You can find the original thread here.
Hi there! Most likely a stupid question, but I can’t seem to figure it out/find in the docs. I’m using the connect api, I have salesforce connected for an external user.
Now I’d like to set up some triggers, for this, I need to show to the user the list of possible triggers like in PD platform (screenshot). How can i fetch all the triggers (or sources as they are technically called) available for a specific app?
This doesn’t seem to work and just returns an empty array:
Found the problem, which is not on the PD side necessarily. The full response object is not serializable, so cannot be returned from the nextjs server action, only the respose.data can be
So what i had before didn’t work, but this does: