Continuing on already closed topic
I searched thru community posts and also Tulip support site but I’m unable to find how to use query parameters in connector functions.
I have a boolean field in table called ToolKit and i would like to filter data based on data in this column (which can be yes or no). I’m using then this query to populate Single select widget.
I’m probably doing something wrong. When I test query I get error:
“details” :“Unable to parse query string: extra param(s): ToolKit”
“errorCode”: “InvalidQueryString” …
I would like to use input from app to filter data using Table API. I can’t seem to find it in documentation.
So i would like to use SkuId from application to filter data from table.
At the step start I will fill variable from Connector function:
My question is how to reference input filed in filter arg parameter?
Thank you,
gio
May 9, 2021, 2:19pm
2
hello @ermingut , great question!!
you can link inputs to arguments from the Inputs to the Parameters, URL, etc. by placing the exact Input Name in between Dollar signs. in your example, this would be $SkuId$
.
once Tulip recognizes the Input function, you’ll see it turns the value to a gray block:
did I correctly understand your question??
Thank you. Exactly what I need.
Ermin
1 Like
gio
May 9, 2021, 2:44pm
4
great to hear!! we’ll be sure to clarify the documentation so this is clearer.