function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Irish2013Irish2013 

Visual flow and Article

how to pass visual flow selections as strings into the Related Articles Widget?/

Please help me on his
Ashish_SFDCAshish_SFDC
Hi , 


You have to use Visualforce and a Controller to get the fields and parse into the knwoledge serach widget. 

See some more related information in the link below, 

It's possible to filter with Visual Workflow but you have to code that logic yourself (pass in an accountid as a parameter). In addition, UI functionality is currently lacking with flow. When you return multiple records that you want to take action on, you have to select one, take an action then select the next one. It's a slow process and can be time consuming to configure.

Visual Workflow is best used in conjuction with VF pages. The ideal use is: VF workflow contains the business logic, but the presentation layer is handled by a visualforce page.

https://success.salesforce.com/answers?id=90630000000h3ZWAAY


Regards,
Ashish