Creating a workflow that is iterating
Creating a workflow that is iterating through a list with pagination. The pagination operation works with a
next_cursor
so that you know the next page to go and fetch. My question:
Can I capture the next_cursor in a let like below to reference in each subsequent step?
0 Replies