Required the APIs Port number and IP address.

0
    Hi Mendix Forum team, I Published two API's from my client application, but they required IP address and Port number of that API's, Please help me on find this API's -> IP address and Port number,Thanks in Advance. 
asked
2 answers
2

Hi Aditya,

Refer below form link,

https://forum.mendix.com/link/questions/105666

OR

To fetch dates from a microflow, if you have variables FromDate and ToDate  you can write an XPath constraint like below

[DateAttribute >= FromDate]
[DateAttribute <= ToDate]

 

answered
1

Hi Aditya,

 

Easiest is if you add an object for each day. The Working Day Module does this by default:

https://marketplace.mendix.com/link/component/110117


Then you can retrieve days that are bigger then 1/9 and smaller then 12/9. 

answered