
Announcements
Hi everyone,
I would like to add the Icon near the price in my form, only if customer has active promotion on the sharepoint list.
So I have sharepoint list named "Customer Promotion" where i have all promotions for customers with start date and end date.
And in the app I have formViewer with all customers and their prices, but if customer for todays day has active promotion , I would like icon star to appear.
what formula should i use?
Many thnks for your help.
@PolaCB ,
Add a star icon and set the visible option to:
ThisItem.StartDate <= Today() && ThisItem.EndDate >= Today()
_____________________________________________________________________________________
Please give a thumbs up if I resolved your issue! Please click Accept as Solution to close the topic!