Skip to main content

Posts

Showing posts from October, 2020

Creating News Application using Flow and Power Apps ( Part -3 )

Creating PowerApps Screen to view the latest  news. This is continuation of  previous article  . Please have look into it if you have missed my previous article. Step 1 :-                     Once you get the interface like below.                                      Then Set the Next Arrow of Gallery 2 to the below code.                    Set(desc,ThisItem.description);    // Stores the description details in  variable                 Set(title,ThisItem.title);                 Set(url,ThisItem.url);                 Set(urlimg,ThisItem.urlToImage); ...