Can we add conditions in the fields? #109
Unanswered
CorentinBallaz
asked this question in
Q&A
Replies: 1 comment
-
This sounds like you could use Filters? Something like (haven't tested this):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, thank you for this plugin, efficient and quick to use!
On my side, I'm going to look for data on an API in the following way:
[{"customer":"A","goods":"tables","delivery":"14-04-2021"},{"customer":"A","goods":"chairs","delivery":"14-04-2021"},{"customer":"A","goods":"tables","delivery":"15-04-2021"},{"customer":"B","goods":"bench","delivery":"17-04-2021"},...].
So I would like a customer variable, a commodity variable and a delivery variable in this order. Let's say I select customer A, I want the values in goods to be only tables and chairs (no bench). So I want to have a progressive condition, something that can be done in general on other data sources. How do I do this with this plugin?
I don't have access to modify the API...
Thank you in advance for your answer.
Beta Was this translation helpful? Give feedback.
All reactions