wrote:
wrote:
wrote:
Hi James,
That's a weird behavior. Did you confirm the 3000 rows are created successfully in the entity?
Can you please share a screenshot of the error you are getting when trying to publish the espace?
Vera
Hi Vera,
The error is simply that the time out was reached.
I have since found out it is because the action to upload the excel never stopped.
I am trying to figure out why that is the case currently.
If you have any idea please let me know.
Thanks,
James
Could be an infinite loop? :)
Do you want to share a screenshot with your logic? or maybe your espace?
So the logic is a bit complicated (must admit it wasn't made by me)
Basically it dumps the excel into an entity as binary data.
Then from there it uses the 'launch load action' to launch a load paragraph action:
Within this it launches the bigger action 'load paragraphs':
In this process it basically: Determines whether to overwrite the existing data or not, then it exports the entity holding the new data and turns it into a record list using a records to list action. Then for each record in that list it creates/updates a lot of entities before finally clearing out the entity that it turned into a record in the first place.
I wonder could the error be because we turned the excel into binary data and then converted it back?
Thanks,
James