I just finished LF development training like two weeks ago and am sure I am just not remembering something correctly, but I have scoured answers for similar situations and i cannot figure out what I am doing differently or wrong. Here is the section of the conditional sequence. I am working with an output from a find all temp files.
Where we are currently in the process is that we are working with the current entry and identified that it is not an application. The workflow checks and if the document is an open contract then files the contract in the correct location. Since this workflow handles that the contract may have been updated to correct human entry error, the repository is searched for any records which share the ID number of the contract, but have a different meter number (i.e. They will be filed incorrectly.). Contracts and associated documents are filed in repository folders by meter number. If associated records are found, the records are moved and I WANT to update the metadata to reflect a change to company name or to meter number.
Question
Question
Cannot Assign Field Values
Replies
Your Assign Field Values should be set to the Move Output Entry, not the For Each Output Entry
I don't get an output entry option. How do I find that!?
When you click on Select next to Other Entry which does the popup look like?
Thanks! I'll try that in just a minute!
I have made this change and it is still not working. It causes the loop to die as well so only the first returned item gets moved (It was doing this yesterday too.)
When you test the search, how many results do you find?
Is your search set to return all results or just first result?
You can also add Track Tokens to track specific variables so you can see what values exist.
Does the workflow terminate or just complete? Run a Workflow Search to see the results when the workflow ran, and then you can check in the messages tab to read any of the errors
There are no errors and the number of located records vary based on what I have in test. I have never gotten this to work and finally abandoned it. I will pick this up again in another project and see if I can figure out the magic at that time since it isn't critical for this project.