Forum Discussion

doubtsreadyapi's avatar
doubtsreadyapi
Contributor
4 years ago
Solved

How to Ignore null values in the POST Request

Hi   Below is my sample request for the POST Request,  in the below request some times the table name values comes as empty or null, so while sending the request i want to ignore this null or empty...
  • HimanshuTayal's avatar
    HimanshuTayal
    4 years ago

    doubtsreadyapi  You can try like this 

     

    sBuild.append("\"\${#TestCase#Table1}\"")

     

    hope it will work. 🙂