Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

iFlow OData Processing Preview Button Disabled

Aijaz-Qureshi
Explorer
0 Likes
1,018

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.

Screenshot 2024-08-15 123527.png

2 REPLIES 2
Read only

Nikhil_Gursal
Participant
941

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 

 
Read only

Aijaz-Qureshi
Explorer
0 Likes
906

@Nikhil_Gursal Thanks for the update, you're correct there aren't any external parameters in my iFlow. Much appreciate your help.