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

parameter question #18

Open
0xEDED93 opened this issue Sep 29, 2023 · 1 comment
Open

parameter question #18

0xEDED93 opened this issue Sep 29, 2023 · 1 comment

Comments

@0xEDED93
Copy link

is it possible to pass value of another cell as name parameter for the query?

I am trying to achieve something like this

=SCRYFALL("name:='My Card List'!A5", "cmc", 1, "name")

thanks in advance

@WillDarquehope
Copy link

You probably already got the answer, but I got it to work by formatting it like this:

=SCRYFALL("name:"&'My Card List'!A5, "cmc", 1, "name")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants