I am trying to replicate a SP which have a while loop that checks specific condition
@end_date <= Cast(Cast(Max_Txn_date as varchar(10)) as date
Begin
@start_date as 'start_dt
,end_date as 'end_dt'....
...
..
Is there anyway i can write or implement that same loop logic in Alteryx Designer