Hey there! I’m trying to understand the Data View component. I am feeding JSON into the data source parameter (trying to go direct just to get it working), but I cannot get anything to display:
Is there something more I need to do? I tried calling the data view data in a bootstrap table generator, but I don’t get any information in there either. I know there is something simple I am probably missing!
If you want to connect to an external data source, then create an API Data Source step first, and use your url there. Then use the dynamic picker to select the API data source as a dynamic data source for the data view.
If you want to use the json data source, then use the dynamic picker to select the json data source as a dynamic data source for the data view.
OK! I am successfully filtering now One more question for the moment. I am trying to make sure all my data elements show up, and then filter only when someone types into a text box. I believe it is very similar to this post:
But how would I write the expression for contains() or fuzzymatch() in the Filter parameter of the data view properties? I think if I can do this, I should be all set!