Referencing existing functions in custom function #1349
Closed
jeffrod1
started this conversation in
API Questions
Replies: 2 comments 1 reply
-
Hi @jeffrod1 I see that the conversation/ticket is marked as solved. Do you still need any help here? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@jeffrod1 Calling a built-in function from a custom functions is technically possible but I wouldn't recommend that. Take a look at the comment I made in another discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was wondering if it is, or would be, possible to reference an existing function inside a custom function? For example, I would like to call the existing MATCH function inside my custom function and use the returned index for further actions. I am essentially trying to write a LOOKUP function since there isn't one currently built-in and would like to use MATCH to start.
Also this may be a different issue/question but I originally attempted to use the code inside of
doMatch()
inside my custom lookup function. i was able to accessthis.columnSearch
butthis.rowSearch
did not give me anything. Not sure if that should be exposed or not. Thanks for your time!Beta Was this translation helpful? Give feedback.
All reactions