Forum Discussion
JohnFabric
Helper I
1 year agoRunning a function only once per unique value
Hello, for a report I am building I need to get the reporting structure of each user in the report. I have a list of user emails like this And I have a custom function I run that calls an A...
- 1 year ago
Creat another query including the unique emails, then call the app for the unique list of emails and then merge it's result with your table.
Omid_Motamedise
Super User
1 year agoCreat another query including the unique emails, then call the app for the unique list of emails and then merge it's result with your table.