Solved

DO WHILE LOOP

  • 10 April 2024
  • 2 replies
  • 49 views

Badge +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.

 

 

icon

Best answer by todd_davis 11 April 2024, 06:47

View original

2 replies

Userlevel 5
Badge +29

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
Userlevel 2
Badge +12

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

Reply