Hi there,
Does anyone know if there is a built in function we can use in a typescript repo that takes the RID of a file as the input and returns the filename?
I’d like to be able to add the filename to my object as the default name of an image so that there is something that is more human-readable than the RID to identify each image. I’m using a functioned-backed action to create objects for each image in conjunction with the media uploader widget in Workshop.
Thanks