Workflow task start date from new field

Hello.
I have problem with workflow.
When I save a task, I want to create a new one with a start date from my field on task.
Here’s what i do.

  1. I create a new field on tasks data type: datetime

  2. I create new workflow run on save , where I take start date from this field: start date = my new field on tasks.

After save this workflow and click edit I see start date - field - “–None–”
Workflow creates a new task but without a start date.
Why? Where is my mistake?
Suite 7.11.22

The same problem on calls.
I don’t believe no one had such a problem.

SuiteCRM Latest Version 7.11.22 has modified the ‘save_lines’ function of the AOW_Action.php file.

To fix the issue, Open the AOW_Action.php file

File Path : /modules/AOW_Actions/AOW_Action.php

Remove the “else” condition from approx. Line no : 127 to 129. in save_lines function of AOW_Action.php file

After removing the “else” condition, it looks like the below screenshot

1 Like

BIG thanks! It works!