Forum Discussion
SharePoint Framework
Let me explain you my scenario and use-case about what I am trying to build with SPFx.
As i have tried all the possible Form customizations using PowerApps, SharePoint Forms, etc.. and not able to get the expected results. I am creating a primary list named Sales Leads List wherein i am tracking each leads getting in from our sales team. And i am creating related list named Lead Interactions to track the interactions associated with specific Lead of Sales Lead List.
What i want to achieve is: I am creating a Add Interaction column/button on each lead of Sales Lead List. When user clicks this button, a Lead Interactions form should open with certain fields gets pre-populated from this Leads entry. Is it possible to achieve this use-case with SPFx and how?