Hey, hope you can help.
I have set up a Google Sheet which using a custom function to get clicks on Bit.ly links, updated daily.
I have tried to set up a flow to capture this data each day, and append it into rows in a second tab of the same sheet.
However when the flow triggers, it captures data whilst the custom API call is being run, resulting in the appended rows all having "loading..." as the total clicks.
original data
after flow has inserted rows into a new sheet
I have tried to add a delay between Get Sheet and Get Rows in flow but this doesn't solve the issue.
Thanks! Hope someone has a solution to this.
HI @rackker ,
Have you tried putting your delay in a do until loop as below? you can check one of the rows clicks column value.
User | Count |
---|---|
6 | |
6 | |
5 | |
3 | |
2 |
User | Count |
---|---|
11 | |
9 | |
7 | |
7 | |
4 |