Update file reference

In my table i have column with type file reference. That property for every object starts with “file:///storage/emulated/0/DCIM/…”. I want to replace that part “file:///storage/emulated/0/DCIM/” with “https://test/…” for all objects. How can i do that in codeless logic?

Hello @Nikola_Vojinovic

If I understand you correctly, you can use Replace block
Like:


https://test/asdasdsad

Regards