Report read A add to B then workflow event on add to B to add to C not working

Report read table A add to table B then workflow event on add to table B to add to table C not working

Phase 1) A periodic report read table A periodically and for each row in there, add any new ones to table B. This works.
Phase 2) A workflow is setup to detect adds to table B and add a corresponding row to table C. This does not work.

It seems that maybe Workflows are not active during the running of Reports.
Is this a known restriction?

(why do I do this? to import data from a plain public google form, have gone over the need for this in office hours)

Solved Solved
0 6 256
1 ACCEPTED SOLUTION

6 REPLIES 6

Steve
Platinum 4
Platinum 4

3X_d_8_d805640ea0caffbad7af194f535480bfca551925.png

thanks, I didnโ€™t read this closely enough, this is very helpful.

Hi
Look at my problem and how I solved it later. This is similar to your case.
https://community.appsheet.com/t/how-to-run-one-workflow-and-process-a-large-array-of-strings-with-s...

Solution in brief
You need to start the next workflow with an API request to invoke an action that will trigger the target workflow.

@raketa Thanks for getting me on the track to think about webhooks. I havenโ€™t used those yet and I need to explore that. Your solution is helping me a lot.

Top Labels in this Space