Skip to content

[Bug]: Get-CSCallQueue -Name returns multiple entries in case of partial match #30

@tkele

Description

@tkele

What happened?

  • A bug happened!
    Import all Call Queues Power Automate has an error because the

"Get-CSCallQueue -name" command in the Export-CallQueues function give back more than 1 result if the CQ names similar like "Helpdesk", "IT Helpdesk"

  • I fixed it in my version on the following way:
    in the foreach ($CQName in $CallQueues) loop
    Added:
    $cqs=@()
    and added all others command to one more foreach loop :
    foreach ($cq in $cqs) { }

What is the version of the App?

V0.1

What were the steps you followed?

  1. Start the Power Automate : Import all call queues

Area in which the issue occurred

Call Queues

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions