Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few issues with custom function parameter option documentation #4589

Open
xai-msft opened this issue May 28, 2024 · 1 comment
Open

A few issues with custom function parameter option documentation #4589

xai-msft opened this issue May 28, 2024 · 1 comment
Assignees
Labels
Area: custom functions Needs: attention 👋 Waiting on Microsoft to provide feedback

Comments

@xai-msft
Copy link

Issue 1
url1
The following sentence is probably missing a "[]":
"In Typescript, indicate that the parameter is multi-dimensional."
image

Issue 2
url2
Highlighted sentence does not make sense.
image

Issue 3
It seems like Excel can only handle the case of "one repeating parameter at the end", and not any other cases. However, this isn't clear from the documentation.
For example, suppose we have func1(required_param_1, [repeating_param_1], required_param_2) and we pass in func1(A1, A2, A3), then it's not clear whether A3 corresponds to repeating_param_1 (and then required_param_2 would be null) or required_param_2. It's even more complex when there are mixed dimensions. The documentation should explicitly cover what is / isn't supported.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label May 28, 2024
@Rick-Kirkham
Copy link
Contributor

@alison-mk Could you take a look and apply appropriate labels to this issue?

@wamaina wamaina added Needs: attention 👋 Waiting on Microsoft to provide feedback Area: custom functions and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: custom functions Needs: attention 👋 Waiting on Microsoft to provide feedback
Projects
None yet
Development

No branches or pull requests

4 participants