A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Dear Christopher,
After my test, you can use the following code to see the result.
{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json","elmType": "span","children": [{"elmType": "button","txtContent": "Launch Flow for DI Exit","customRowAction": {"action": "executeFlow","actionParams": "{"id": "b6**80-f**2-4**d-a**1-0524a6***"}"},"style": {"background-color": "#0080ff","color": "white","border-radius": "0 15px","visibility": "=if(([$DIExitApprovalStatus] == 'Pending')&&([$WorkflowRequired]=='Flow for DI Exit'),'visible','hidden')"}},{"elmType": "button","txtContent": "Launch Flow for OA Exit","customRowAction": {"action": "executeFlow","actionParams": "{"id": "20***dad-a**a-4**4-a**4-d7b0a4***"}"},"style": {"background-color": "#008082","color": "white","border-radius": "0 15px","visibility": "=if(([$OAExitApprovalStatus] == 'Pending')&&([$WorkflowRequired]=='Flow for OA Exit'),'visible','hidden')"}},{"elmType": "button","txtContent": "Launch Flow for CD_CV Exit","customRowAction": {"action": "executeFlow","actionParams": "{"id": "4b***c13-0**0-4**2-9**9-748865***"}"},"style": {"background-color": "#008082","color": "white","border-radius": "0 15px","visibility": "=if(([$CD_CVExitApprovalStatus] == 'Pending')&&([$WorkflowRequired]=='Flow for CD_CV Exit'),'visible','hidden')"}}]} I create the list as follows.
Best Regards,
Cliff