Can we call XfilesPro component under flow? List out the lighting components available in XfilesPro
How do I capture a file within a flow and save it to a specific folder within a record using XFiles rather than the manual click, click, click... then upload file?
--> The XfilesPro component(UploadComponent) can be called in the Flow. But, we won't be able to define the path for the particular template folder. We create a Salesforce Formula field(XFP_Folder_Structure__c), to define the path for the files to be moved for the object. You can check and modify if required according to your requirements.
What other things can I do with XFilesPro using Flows to automate? Currently, I only see the ability to invoke the 'create folder structure template' configuration as an option in Flows. What else can I do?
--> During a call, we added the XFilesPro Bisync component code, and you have confirmed that it functioning correctly within the flow.
What other Lightning components are there that would allow me to easily view my files within a carousel so I can seamlessly swipe/scroll through all my files at once rather than clicking into each one individually?
Best,
-->We have two lightning components XfilesPro Bisync and XfilesPro List.
1. XfilesProBiSync - File uploading is two-way.
Uploaded files from the drive(GoogleDrive) will also reflect in the component, and vice-versa.
Custom template folders will work with BiSync component.
2. XfilesList - Uploading a file is one way i.e We can move/upload a file from the component that will reflect/move to external storage.