Hello!
A user created an example Check-In/Check-out form for equipment which I've adapted a bit. Currently, I'm using a multi select listing all the items we currently have and if you select one item to check out, it will proccess it succesfully. If you select multiple, I have it where it will pass the IDs of the items selected using the entry (entryId=[entry.item.transform(id).asList]&status=moved&borrower=[entry.name])
But, instead of checking out each individual item it recognizes them as one item, and doesn't update but rather creates a new entry with the ID's seperated by comma, like so: https://imgur.com/a/s9Aarhp
Links removed.
Any help would be appreciated here.
ConfiForms behaves correctly here
I suggest you to run your update with a Update by Filter ConfiForms IFTTT action instead and have a filter dynamically constructed like this
id:[entry.item.transform(id).join( OR id:)]
PS, I suggest to remove links from your original post or obfuscate them
Thanks for the reply.
Awesome! It seems to be working now. I had actually figured it out after you sent it, but my spacing was in correct. Thanks :)
**edited so many times, was too early this morning haha!
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.