How to Get a Parameter of a Field Input-Type Entity-Query #3254
-
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 1 reply
-
The parameter is passed as a url-parameter, so the query will be called with To access it in your query, use a token like In this case,
|
Beta Was this translation helpful? Give feedback.
-
HI, |
Beta Was this translation helpful? Give feedback.
-
I'm not sure what exactly you're doing, but I recommend:
Setup the QueryBasically you want to get a query which responds to the url parameter, and which you can test/verify all from the query designer.
Setup the Dropdown
Good luck 🍀! |
Beta Was this translation helpful? Give feedback.
-
Hi, The Category field it's an entity / item picker, my question is, it can be done with an entity? Thanks |
Beta Was this translation helpful? Give feedback.
-
could you please
|
Beta Was this translation helpful? Give feedback.
-
I have an app called “Library” with 3 content types: CATEGORY
SUBCATEGORY
ITEM
I want that when you go to create an Item if you select a Category then only Subcategories with this Category will show on the dropdown for Subcategory. Thank you so much! |
Beta Was this translation helpful? Give feedback.
-
Hi @iJungleboy Thanks for all your Help!!! I solved IT! |
Beta Was this translation helpful? Give feedback.
I'm not sure what exactly you're doing, but I recommend:
Setup the Query
Basically you want to get a query which responds to the url parameter, and which you can test/verify all from the query designer.
Steps are typically:
Filter
toDaniel
or whatever - until the query works. It's important to do this first, as any confusion as to what the value does and how it works will get bigger…