+1 vote
in Rock by TinaStephens (8.6k points)
edited

Asana: https://app.asana.com/0/1202285749308316/1204220999772960/f

This workflow: https://rock.scottsdalebible.com/admin/general/workflows?workflowTypeId=466&ExpandedIds=C142 should be posting a project to the Project Manager board https://rock.scottsdalebible.com/page/1709 . It's not getting to the 2nd activity "Create Project".

by KateQuinn (6.8k points)
Good morning! I am going to take a look at this!

1 Answer

0 votes
by KateQuinn (6.8k points)
edited
 
Best answer

There were two issues preventing this workflow from running succesfully:

1.) In the first activity, I removed the 'Activate Activity' action and just entered it from the submit button on the form:

enter image description here

After this, the workflow hit another snag when attempting to get the Project, and Project Id, from an entity. The 'Project' is already set by the 'Create Project' action, and so it is unnecessary to set that. I removed that action. The 'Project Id' cannot be set from the Entity, however, because the workflow is not holding the Project it just created in that way. All we really need to do is get the project id from the Project workflow attribute as in this lava: enter image description here

Now the workflow appears to run successfully.

enter image description here

Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...