Services Plugins FAQs

Problems with editing a cell of a repeating group Need help

So I successfully created a button that lets admin to edit the cell of the repeating group but I am facing problems I can’t solve on my own. I need your help.
(cell=Post, The post have three fields: Details=Rich text input’s value, Attached add list File Uploader’s Value, Date=Post Created Date)

  1. To edit a post, the post must be created in the current user session. If it was created before, it cannot be edited. The admin user needs to edit any post not be limited by this problem. The only thing that is not affected by this problem is the attached (uploaded files). How to solve this problem?
    (Post created before session)


    (Post created during session)

  2. The attached (uploaded files) are shown in the multifile uploader. So here is what happening. Let us say I created a new post and uploaded 2 pics. When I edit the post the 2 pics are shown in the uploader. If I click on the “remove” button in the multifile uploader and click “Save”, nothing changes. If I click the edit button and click the save button, the 2 pics are added again to the list of attached. (I tried " Attached add list multifile uploader’s value" and “Attached remove list multifile uploader’s value” at the same time hoping it to work.

Any help is appreciated. I will add the editor link (read-only) to check the workflows and to preview it yourself.

Thanks in advance!

any help is appreciated! @kate
Thanks in advance!

Hello @markhallak, let me jump in here.

In order to fix your problem, I would recommend taking a look over materials that teache how to work with Bubble. Learning Bubble features will help not only with solving the current problem but also with future cases that might appear. At the moment the issue you are facing is caused by the logic behind and fixing it implies redesigning the workflow. As a source of materials for learning Bubble, you can use - Bubble tutorials, which are available at https://bubble.io/lessons
Our courses - there are available free courses too - https://lab.zeroqode.com/courses
Bubble Documentation - here you can find a reference to the plugin that you use and also a lot of useful information https://bubble.io/reference#Plugins.multifileupload

I hope it will help!

Best Regards,
Alex

1 Like