I saw your code, your code have many condition in Sequence that take time for me to understand ur logic. if u use Flowchart instead it will easy to understand by other developer or non-dev.
Now I understand why use the flowcharts lol. I didn’t send the whole project, just the part that is in error. The project is very long and is totaly sequence
Hmm
Fine
Those arguments though passed doesn’t have any values in it
To test it use a writeline activity and mention that argument and check whether we get any value in the output panel
Cheers @KMota
I was like u at first time I use a Framework. once, I modify the logic, it’ take so much time to me to understand a current logic and hard to see the whole logic in a Sequence at least u convert it to Image. LOL.
so, because of this. I allow to use Sequence if have only one condition. more than that use Flowchart.
Right, what I don’t understand is why the error: Invoke CloudGed_Login workflow: Object reference not defined for an instance of an object. if he ever logs in and then closes
You’re right, it was pretty hard to understand the logic of the whole project, especially since it wasn’t me who started lol, I’ll test the arguments, but still have no idea what might be going wrong.
Is it possible to add element exists after log in task.
Add IF or Flowchart decision then,
If the element exists let it continue
If not let it break and send email or close the flow.
May be the direction of that argument may not be right between IN and OUT
Or
The variable assigned to that argument while invoke workflow file activity used with IMPORT ATGUMENTS, might be improper
Or
We would have pressed IMPORT ARGUMENTS to check the value of each arguments instead of clicking Arguments property in the property panel of Invoke workflow file activity as on clicking import arguments will import freshly without any value
So don’t click on import arguments to check the value of each arguments
Fine
Kindly check at which activity this error occurs and what that activity has in it - argument name
Check with the direction
—make sure that once after importing argument the workflow is saved
Cheers @KMota
In second picture
I hope we are getting the value from that workflow for In_TransactionItem
So that argument should be of direction OUT
And that argument must be passed to the workflow invoked in the third picture