SOLVED
Select date
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
aysha6029
8 - Asteroid
‎10-18-2016
11:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Friends,
I am working on a Workflow where i need to select the date using a date calendar and pass this date to download tool to download a XML content for that particular date. i am not sure how to select achieve date using a date calendar. Please help me.
Solved! Go to Solution.
2 REPLIES 2
JohnJPS
15 - Aurora
‎10-18-2016
06:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @aysha6029
I created a simple macro that may serve as an example. It uses the Date input tool to update a Text input tool that in turn is passed into the URL call. My call is (for lack of anything else) to a weather URL which has an embedded date... hopefully you can jump from this to whatever call you're making.
‎10-19-2016
08:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank You