Changing file content via codeless business logic

Hey guys thank you for such an amazing service!

I have a large array of Strings that I keep in different Files with Backendless storage. Sometimes I need to change that array - add or remove some items. I have problems with that using Codeless mechanism - I simply don’t see methods for changing files content.

My question is - is that actually possible?
If not - is there a better way to work with large arrays? (About 10k items).

Thank you!

Regards
Eduard

Hello @Eduard_Mukhametgareev

Use the “Create file” block, but with the overwrite=true parameter. This way you will change the contents of the file.

Regards,
Inna

1 Like

@Inna_Shkolnaya It now works, thank you!