Delay in recrd creation

hadron_collider
Tera Contributor

Hello,

 

 

Does anyone know why it takes such a long time to create a record on a table from Catalog Item?

I have to wait approx. 15 min to see the record. How can I check what is causing this delay? 

Thanks!

6 REPLIES 6

hadron_collider
Tera Contributor

kata90_0-1704202768357.png

here are the operation details. It stays "queued" for approx 15min.

 

Here is the flow:

kata90_1-1704202841458.png

 

I just check if a record with specific parameters exists and then create a record according to the result.

For each iterates through an array from a catalog item that uses a multirow variable set.

Hi @hadron_collider,

 

Thanks for providing more info. Out of interest, did you see my previous response above? Was it helpful? 

Based on the screenshot you've provided, it looks as though it is flow related.

Did you create this flow and are now testing as a first iteration or are you updating an existing flow previously built? I'd suggest stripping back the flow and pull out any logic steps to isolate where the issue is. 

The for each steps/checks are a good starting point. Have you tested raising a single cat item? Is the issue still happening. How the is for each and lookup configured? If your query is slightly out and you're checking against a large result set (large number of / all expense records) this would cause a delay.

Can you confirm you are definitely going into the 'if' (expense record does not exist) or the 'else if' (expense record does exist).

 

To help others, please mark this as correct and helpful.

 

Robbie