
1 answer

It seems there is some issue with the interface that a component implements. I used the below interfaces to my component. This component is still not available in the Flow Designer Screen.
<aura:component controller="ProductController" implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
Note: The same code was working till 6/12/2017. Facing issues since yesterday.
Quick help in this regard will be extremely helpful.