• Spencer Porter 9
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I am trying to build a component which would allow users to upload a .csv file and then have additional logic to handle the contents of the file. I am trying to use LWC but it needs to be associated with a record, so it is only working on record pages. I followed the examples in the documentation here: https://developer.salesforce.com/docs/component-library/bundle/lightning-file-upload/documentation

Is there a way around this to allow it to work as a component on the home page?