2024 Aug 15 5:42 PM
I am trying to build an OData iFlow for Northwind.svc, I've configured the Products table to pull two filed only, everything worked fine, however, the Preview button is greyed out as shown below, wondering what could cause this behavior to happen.
2024 Aug 16 6:43 AM
Hi @Aijaz-Qureshi ,
The preview button will be enable only if you used externalized parameter value in your OData query option.
Currently you have selected fields which are visible directly due to which its disabled.
Ex: If you have stored some values/query under {{OData Query}} externalized parameter and then you can use this parameter in query option directly and then you will able to see value under this parameter by Preview button.
Regards,
Nikhil
2024 Aug 16 4:22 PM
@Nikhil_Gursal Thanks for the update, you're correct there aren't any external parameters in my iFlow. Much appreciate your help.