Skip to main content
Question

Sending data from Action Flow to Action Flow without a Webhook

  • August 28, 2025
  • 2 replies
  • 37 views

marcelo.ferre11
Level 2
Forum|alt.badge.img+7

Hi Team,
I’m trying to send data from one Action Flow to another without using a webhook. Is that possible? Thanks in advance for your help!

2 replies

shun.long.hong
Celonaut
  • Celonaut
  • 8 replies
  • September 21, 2025

Hi Marcelo, 

nice to meet you! Can you describe your use case in more detail? :-) Why don’t you want to use webhooks? 


jonas.hess
Level 6
Forum|alt.badge.img
  • Level 6
  • 15 replies
  • September 23, 2025

Hello, what you can do is to do a data pool write back in the first action Flow. And then build a trigger for the second Action Flow based on the write back table from the first Action Flow.

 

Otherwise if you dont want to write back into data pool, store it in Sharepoint and read it out with the second Action Flow

 

Kind regards Jonas