Hey,
Short one, is it possible to add values instead of overwrite all existing multi-labels within a confiform? I would add values from an IFTTT from another form.
Regards,
Michael
You can only overwrote the value, but you can probably access previous ones with a _previousState
[entry._previousState.mymultilabel.asList]
Alex
Fast, faster, Alex....Thanks ;)
Okay, that's not what I need. I wanna create user master table where I see the "skills" of all users. The problem is the skill overviews are several confiforms.
Is it possible to combine QueryAndRender? Something like..
id.queryAndRender(<formName:pageId>;<FILTER>;<FIELDS_OR_EXPRESSIONS>;<VIEW_TYPE>).append(queryAndRender(<formName:pageId>;<FILTER>;<FIELDS_OR_EXPRESSIONS>;<VIEW_TYPE>))
?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Possible, but with queryAndSet in that case…
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.