Hi @dthatcher,Have you tried implementing with JSON Parser (Json tools by Workato), with that you can able to access rich_text array easily. like shown in the image below. if not, please let me know the exact requirement, will look into it. Thanks,J ...
Hi @spencerstone,Please check this formula with Regex expression, it may works for you... namePILL.match?(/^[a-z\s]+$/) || namePILL.match?(/^[A-Z\s]+$/) ? namePILL.titleize : namePILLfor me it worked well, when I checked in recipe, with different nam...
steps to follow:1. first switch to formula mode of Document Filed2. Map the step output pill, as shown in below image attached.hope you got my point now??
Hi @RESAM,click on Copy raw JSON and paste it in the sample document box and in document map the step-1 output pill as i mentioned above image, in the logger if you check, you can access the data pills of each field, hope you got my point?
Hi @RESAM ,For that you need to do PARSE JSON by providing copy raw json data from step-1 output in sample document and in Document need to pass step-1 output pill.json (like below shown in image) then you can access each pill from Microsoft Entra ID...