Hello all,
I am trying to populate an Insight field with objects gathered from multiple linked jira issues. I can retrieve said objects via {{lookupIssues.Devices & Components.id.distinct}}. It returns a list which looks like this "[95], [96], [92], [1844], [99], [100]".
It seems that the brackets are causing some problems here. When I put in "objectid in (95, 96)" to populate the insight field it works. Can someone tell me how to solve this? Maybe some way to remove the brackets or convert the list to a string?
Any help appreciated! Thanks!
For future strugglers with a similar problem, here is the solution:
It looks like your value is a list of lists with 1 item in each. You might find you can add .first before the .id and resolves your issue?
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.