Filepicker is Deprecated component, and there is no other parsedValue option

I recently noticed that the Filepicker component has been deprecated. In my current project, I extensively use the filepicker.parsedValue feature for CSV file loading in various functions.

After exploring alternative file components, I've found that none of them offer a similar parsedValue option. This functionality is crucial for my workflow, particularly when handling CSV files.

Would it be possible to implement a parsedValue feature in one of the current file components?

Thanks

Hi @Dorc,

You can still use the parsedValue, you just have to enable on the file now. Look for this on the component properties and then the value will be populated.

image