Ai tells me to do this but what exactly is the main input field in the formula section?
Enter the Formula
When the formula editor opens, enter the following code in the main input area:
getFromLocalStorage("selectedPartners")
This formula will return the value stored under the key "selectedPartners" in local storage, or null if nothing is stored yet. This is confirmed in the documentation:
Read a value from local storage with the provided key. The value found in local storage. If no value is found, this will return Null.
Get from Local Storage
Save the Formula
Save or confirm the formula as required in the editor.