Using input parameter in Connector function

Continuing on already closed topic

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,

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

great to hear!! we’ll be sure to clarify the documentation so this is clearer.