Hi,
I’ll fix the change field issue in the next version
The other issue can be achieved by setting the number of items to fetch to 0 and then use custom css to hide the “No items match the query” message.
Get the ID to the vLookup in the vLookup configuration (bottom of first tab) and change it like this (adding “empty_”) and add it to custom css:
#vLookup_empty_7419064349689197{
display:none;
}