Skip to main content
Hi All,

I was trying to incorporate the Lightning Components in Flows. Due to some reason, I do not see the custom components available in the flow screen since yesterday (I was able to see all my components earlier). Can anyone help on this ? Not Sure where I am going wrong.

flows
1 answer
  1. Dec 8, 2017, 9:58 AM
    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.
0/9000