I have a datastore with a column of type Array, containing multiple records. How can I automatically remove a specific record from the array without manual intervention?
Welcome to the Make community!
To do this, you can use the built-in function remove
—
{{ remove(array; value1; value2; ...) }}
Make sure “Overwrite an existing array in the record” is set to Yes.
For more information, the function’s documentation can be found in the Help Centre. You should also complete the tutorials in the Make Academy.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
1 Like