Prohibited value in parameter for single select option fields in Webflow

Just so the solution is posted here, i worked it out with Make support.

It needed a Switch code for each status.

{{switch(1.Status; "Approved"; "6e5a16287fd2894511d7665488cfa104"; "Not Approved"; "1be911bc0eb0603a0919292384778294"; "Pending Approval"; "64823e77958ce917518938457514c46"; "Expired"; "cb6cd85551e44f96f63948578ee9bf244"; "Overdue"; "0e8bc02836ef2219f55293847b5d24"; "Canceled"; "ebac0b009192837057ddf4845d5c1bfd")}}

You can get the webflow ID code by selecting the item then mapping it. It auto converts. Once you do that for each item then you can build the code. Works perfect and I was able to do it for a few different List items.

1 Like