Hey I would like an integration rule that would on delete/update/add row (of table X) modify certain multiselect field (for ex. Smart multiselect field) so that field will store list of values from given column (of table X).
I need that because i add some data inside form that is inside another form's row's details page but still need to filter origial form by the content that i add to the details of a row. So a multiselect field with the content of inner form's column would be ideal.
Not sure I get the requirements, but you can try the queryAndSet virtual function
Multi-select fields expect a comma separated list of values and smart fields operate on UUIDs (IDs of the records they are linked to)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.