Hi All,
I have a requirement , where I need to perform the full source aggregation using the workflow where the source has delta aggregation enabled. I have configured it as follows:
CopyofFullSourceAggregationifdeltaaggregationisenabledforsource20240718.json (5.4 KB)
Here I have done In the process like first I have used the http request to disable the delta aggregation then I have an http request to load accounts of that source using the account aggregation in the beta Apis with disable optimization true. Then I am using The compare numbers to check whether the status code is 202, If it is 202 Then I have made an http request to get the status of that task load accounts then, I am using the compare strings to check whether the task is in completed status if it is not in completed status then I want it to loop back to the http request to get task status if it is in completed status then I am making another http request to enable the delta aggregation.
The issue is I was unable to loop back to the http request step.
here I want to loop back to the get status of aggregation step after wait. Can someone help me out with this.
One more issue is that in the get status of aggregation step In the request URL I want to use the task id of the load acc with disable opt step, how can I achieve it since According to my knowledge we can’t use the dynamic values in the http request URL, grateful for any help, thanks in advance.