Calling Macro with Parameter using UiPath

I am trying to call a Macro with parameter

“UpdateSPItem(”“FBC32DD2-6148-4035-81A4-E36833F6FD2D”“,”“https://ah.aon.net/sites/RPA”“,”“Status”“,”“Pass”“,13)”

its getting called with no error but actually no action is taking place.

From previous posts above syntax should work. I’m not sure what the correct syntax is, but try this as well:

“UpdateSPItem(“““FBC32DD2-6148-4035-81A4-E36833F6FD2D”””,"““https://ah.aon.net/sites/RPA"”“,”““Status””“,”““Pass””",13)”

Tried But no success