Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!

What's this error mean while creating a task in fusion via custom api module.

Avatar

Level 2

I'm getting this error message - [428] We're sorry, but your save failed because someone else tried to save this project at the same time. Please try to save again.

 

For context I'm creating a task using custom api module see attached image. I have iterating value which is getting added as a suffix to the task name. For example if I have 3 values, three task(with value suffix) should be created but two task are getting created and I'm getting this runtime error.

 

suggestion needed to fix the issue.

Custom api module output

DestPr_0-1732034466605.png

 

iterator value

DestPr_1-1732034518077.png

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Level 6

Hi @DestPr 

As with your last question I can't tell because I don't see the module configuration nor the flow of the modules. 

If you repeatedly get this same error please provide more info so we can troubleshoot.

 

Avatar

Level 2

Hi @Sven-iX

Below is my full workflow - 

DestPr_1-1732082369146.png

The Steps are 1>trigger is related to changes in task as language field get updated or newly added.

2> The read records module are there to get some data about Project and Custom form.

3>The iterator is there to pass the value as a suffix while creating task.

4> The main module is create product combination module used to create task. here is the configuration of it.

DestPr_2-1732082742822.png

 

The problem is as above that when I'm adding 3 values I should get 3 tasks but 2 tasks are getting created or sometimes just one task is generated, followed by that error which i mentioned.

 

 

Avatar

Community Advisor

I think description is pretty clear, action was not completed because there was parallel action happening on the project. I would just re-try, e.g. with error handler.
If I get this type of error in incomplete executions I usually don't have issues with re-running them successfully