Hello Community,
Recently I have made my first attempt in creating a powerapp.
Let me start by providing my environment.
I have created a sharepoint list that I want to use as a data resource for the app.
It is a list of leads. One of the columns is a date-time field (Volgend_Contact)
I have created an app with a calendar with the help of different resources and now I am struggling with the following :
I have an element that should become visible when the following formula is valid.
!IsBlank(LookUp('Buitendienst_automatic_Leads',_dateSelected=DateAdd(_firstDayInView,ThisItem.Value,TimeUnit.Days)).company_name)
The whole idea is that the element should show at the corresponding date when Volgend_Contact has a value and hide when this field is empty.
The element is not showing and I am not sure how to adjust the formula.
I hope you can make sense of the story above and point me in the right direction.
Thanks in advance, Randolph