What is the expected outcome of PrintBarcodes? What does it do when you call it via a tool like Postman? In API doc, I see that it simply returns a string. Workflow might be executing successfully. you can verify if the call is successful by writing the returning string to a table (temporarily, just to verify the workflow is executing as it should)
Hi Buddhi, thanks for the reply.
I’m essentially trying to replicate the default “Print Barcode Labels” command which can only be used when one item on a list is selected, in order to create a batch print for multiple items at once. When checking the network activity I saw that PrintBarcodes projection is called and in the Print Manager page a new record is added to verify a successfully ran print operation. I assumed this was triggered by the PrintBarcodes projection. However when I run it via a workflow I don’t see anything new.