Is there any function? that find the date before 15 mints

Status: Closed · Asked by FayzanBhatti on · 0 views

FayzanBhatti — Question ·

1==>Hello @Supreme @Neeraj how are you I want a function the fetch the date before 15 mints
2==> When I fetch my all orders, those orders are shown in a sequence. My question is that " I want to saw latest coming orders". what will be the procedure

FAYZAN
Pabblymember11 — Reply ·

Hey @FayzanBhatti

1==>Hello @Supreme @Neeraj how are you? I want a function the fetch the date before 15 mints?

For your concern, you can use the Data/Time Formatters' By Pabbly's " Modify Current Date".

2==> When I fetch my all orders, those orders are shown in a sequence. My question is that " I want to saw latest coming orders". what will be the procedure ?

Please check the API docs of the application and check for the endpoint through which you can get only newly created order detail. They should be providing the resources for fetching only new orders.

FayzanBhatti — Reply ·
Hey @FayzanBhatti

For your concern, you can use the Data/Time Formatters' By Pabbly's " Modify Current Date".

Please check the API docs of the application and check for the endpoint through which you can get only newly created order detail. They should be providing the resources for fetching only new orders.


Hey @Supreme ,
Is it possible, Can I use this application's object in my Triggers
FAYZAN
PabblyMember3 — Reply ·

Could you please explain a bit more about what you actually trying to do? Are you configuring your own app with triggers?

Is there any API reference for what you are configuring?

Check the developer guide for configuring triggers in your app: https://forum.pabbly.com/threads/configure-triggers.2429/

FayzanBhatti — Reply ·
Could you please explain a bit more about what you actually trying to do Are you configuring your own app with triggers

Is there any API reference for what you are configuring

Check the developer guide for configuring triggers in your app: https://forum.pabbly.com/threads/configure-triggers.2429/


Hey @Naveen ,
I am going to integrate my DecoNetwork Orders with Pabbly. Orders are shown in Pic :

I created a workflow named as "Order Management"

First, I Schedule my app
2nd, Connected my app named as "Orders"
3rd, API integration
4th, getting the current date

In my Developer Side, I Trigger with Trigger Type API Integration

In, Trigger Event API Configuration, Set the method "POST" and passes some paraments as shown in blew pic :

I want date:2 from my workflow Date/Timer Formatter's "CURRENT DATE".
So that I got the latest orders. here are my action

I already fetched my orders. But I want the latest orders. In this situation, all orders are appeared. But I want only "LATEST" orders. There would be order by ID, or DATE.

FAYZAN
PabblyMember3 — Reply ·
Hey @Naveen ,
I am going to integrate my DecoNetwork Orders with Pabbly. Orders are shown in Pic :

I created a workflow named as "Order Management"

First, I Schedule my app
2nd, Connected my app named as "Orders"
3rd, API integration
4th, getting the current date

In my Developer Side, I Trigger with Trigger Type API Integration

In, Trigger Event API Configuration, Set the method "POST" and passes some paraments as shown in blew pic :

I want date:2 from my workflow Date/Timer Formatter's "CURRENT DATE".
So that I got the latest orders. here are my action

I already fetched my orders. But I want the latest orders. In this situation, all orders are appeared. But I want only "LATEST" orders. There would be order by ID, or DATE.


Please confirm the Request body type of your API, It seems it is Form-Data or Encoded-Form-Data as you are passing the parameters in URL?

If it is a JSON then, use proper JSON in the Request Body (Raw JSON) field and remove the parameters from the URL.

For more help, read this article: https://forum.pabbly.com/threads/configure-actions.2428/

Back to all forum threads · Log in to reply