Skip to main content
Solved

DO WHILE LOOP

  • April 10, 2024
  • 2 replies
  • 195 views

fbrws
BANNED
Forum|alt.badge.img+2

I want to update a table from a HTTP request for x times depending on the last update and the current date. What would be the best practice? So I have to fill in the green part in this workflow.

 

 

Best answer by todd_davis

I’m seeing your question a bit differently from how Hamish is above.

Based on your process, you have 9 days and you want to get a record for each date beyond the max_day. To do so, for your process, I would use a cloner. See the settings below.

Hopefully that is what you are after?

Cheers,

Todd

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • April 10, 2024

If i understand correctly, rough steps would be:

  1. Find the date range of data you need to get
  2. Gather any data between from the source between now and last updated
  3. Run the existing data and new data through a change detector
  4. Use this to find features that have been added or updated
  5. Process these accordingly

todd_davis
Influencer
Forum|alt.badge.img+23
  • Influencer
  • Best Answer
  • April 11, 2024

I’m seeing your question a bit differently from how Hamish is above.

Based on your process, you have 9 days and you want to get a record for each date beyond the max_day. To do so, for your process, I would use a cloner. See the settings below.

Hopefully that is what you are after?

Cheers,

Todd