Search code examples
datetimeexpressionazure-logic-appsazure-logic-app-standard

How do I get a single payout from Shopify using logic app?


How can I get data for specific date, I want the schedule to get payout based on current date every day.

Logic App workflow

data from Shopify


Solution

  • I want the schedule to get payout based on current date every day.

    It works for scheduling, as you have done (i.e.. Recurrence). You can set the trigger in the interval for 1 day. Here is the screenshot for your reference. enter image description here

    How can i get data for specific date

    For this you can use Parse json and Add Filter array connector and retrieve the data that is specified for that particular date. Here is the screenshot for your reference.

    enter image description here

    Here is the raw output screenshot

    enter image description here