Skip to main content

Search

Search

URL based Data Source

Comments

1 comment

  • Avatar
    Rajath Muthyala

    Hi Neil,

    If I understand correctly, you want to use BarTender to trigger a GET request, and then use the response data as a data source to print labels.

    This can be achieved using BarTender Process Builder and the "Send Web Service Request" action. In this action, you can set up the URL with a static part and variables for the URL stub that users can input. For instance, if the user inputs "123456", the Web request URL would be like this: https://api.example.com/data?Barcode=123456.

    Hopefully this helps.

     

    0

Please sign in to leave a comment.