I have a set of around 50 inputs for my api
i would like to get all the input which have a value in it sent by the frontend
if there is no value sent from the frontend i dont want to get it
i know the simple way is to put a if else statement for each of these 50 inputs and create a new object, but this is a little time consuming
any function in xano to do this or any workaround someone could suggest me please