Hi all,
I've just created a function in mssql:

This function delivers a table for 1 year with all german public holidays:

Great!!
... now I want to check in PowerApps wether a date (single day // eg.: "2019-06-27") is a public holiday. So I have to call the sql-function like this:

But how can I achieve this?
I have to call the sql-function with the YEAR ("2019") and the day date ("2019-01-01").
I want to get the fields "istFeiertag" and "feiertag" as result to display it on a text label in powerapps.
Any idea?
thanks in advance!
joerg