Forum Discussion
JohnFabric
1 year agoHelper I
Running 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
1 year agoSuper User
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.