Hi,
Good day. I just want to inquire if Qrules do have a command to build dynamic URL that can be use to change REST URL to filter a SharePoint List.
An example would be as below.
I have 3 Dropdown as below. The value of the dropdowns needs to be use as a filter value in changing the REST URL connection to the SharePoint List. This would work fine if all the 3 dropdown all have values, I can build the URL as concat(http://servername/_vti_bin/ListData.svc/ListName?$filter=Product eq", "'",ProductValue,"'", "and Category eq", "'",CategoryValue,"'", "and Brand eq", "'",BrandValue,"'", "")
Product: Gadget
Category:
Brand: mybrand
Is there a command in Qrules to make the above work if one of the dropdown is blank?
Regards,
Rommel