I want to use a site property in client action. Please suggest the best approach to do it.
Hi Smriti,
As site property is stored in server, so I think you can use Data Action to get site property value and pass it into your client action.
Regards,
Khuong
Hi @Smriti GoelPlease check the below threadshttps://www.outsystems.com/forums/discussion/86569/2-questions-site-properties-and-reseed-table/#https://www.outsystems.com/forums/discussion/61690/how-to-access-site-properties-in-outsystems/#Create a sever action that fetch site property as shown below
Then call the server action in client action as shown below
Hope this will help.
RegardsKrishnanand Pathak
Thanks For This Example It's Very helpful