Skip to main content

In my screen shot below, I use the ADD FILE button to call a subflow and add the record on the right side.

To remove a record on the left side, I call that same flow to remove and update the collection.

 

However, I am not able to reference the same collection in the left table, so when using the remove button, the data is updated on the backend, but my collection is not updated on the front end.

 

I've seen in examples that you can have two separate action buttons on the same page call the same action so that this will work, however I get a duplicate api name error if i try and label the action the same in both action buttons.

 

Is there a workaround to having both action buttons update the same collection or is this not possible yet?

 

The end result should remove the record from the selected documents and move it back to the available documents. As noted, the data is updated on the backend, but cannot for the life of me get the collection to update on screen. 

How do I get two action buttons to update the same collection variable?

0/9000