I am trying to figure out how I can automate the creation of a Chatter Poll on a Group Feed.
We would like the Poll to post when a custom Request Record is in a certain stage. I managed to use Flow to create the Poll itself but I cannot seem to add the Poll Choices and so the Poll posts without any options.
Does anyone have any suggestions on how to properly automate this process?
Thanks!
1 Antwort
Hi Alexis,
you can use apex to do that-:
https://salesforce.stackexchange.com/questions/81694/how-to-create-a-post-with-a-poll-in-chatter-via-apex
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_input_poll_capability.htm
You can also call apex class from flow
Thanks,
Sakshi