Forum Discussion
Anonymous
Dec 05, 2016Add-PnPListItem
Hi all , just running this powershell command, but the TItle is not being populated when I add the "PM" column value. The PM is a User/Group Column. If i remove that it works, but as soon as I add it...
Anonymous
Dec 06, 2016Yeah that is what i have got to work also is running Add then Set. Bur again next step was to trigger a flow on item creat, but not all fiields are set on create....
How have you gotten over that?
How have you gotten over that?
Craig Debbo
Dec 06, 2016Brass Contributor
I've only used this in one place so far and what I did was set a field (e.g "done" = "true") when all my fields are finally set. Then I trigger my workflow to run on update and to check if 'done = true'.
I suspect you've already solved this much. I don't have an answer for a new item workflow.