Need to remove the bullets (•) bullet = black small circle, from the list of item , not able to complete the opearation.
Solved! Go to Solution.
Hi @gunjan,
Could you please share a bit more your issue?
Could you please share an sample of the Bullet symbol of your list item?
Further, do you want to re move the • from your SharePoint list item?
I have created a SharePoint list on my side and the data structure of it as below:
Note: The Description column is a Single line of text type column, which contains Bullet symbol (•).
If you want to remove the Bullet Symbol (•) from above Description column, I have made a test on my side and please take a try with the following workaround:
replace(triggerBody()?['Description'],'•','')
Image reference:
The flow works successfully as below:
Best regards,
Kris
Thank for your reply, I used a variable and used it in replace.Bullet
Hi @gunjan,
Could you please share a bit more your issue?
Could you please share an sample of the Bullet symbol of your list item?
Further, do you want to re move the • from your SharePoint list item?
I have created a SharePoint list on my side and the data structure of it as below:
Note: The Description column is a Single line of text type column, which contains Bullet symbol (•).
If you want to remove the Bullet Symbol (•) from above Description column, I have made a test on my side and please take a try with the following workaround:
replace(triggerBody()?['Description'],'•','')
Image reference:
The flow works successfully as below:
Best regards,
Kris
Thank for your reply, I used a variable and used it in replace.Bullet
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
25 | |
24 | |
24 | |
21 | |
17 |
User | Count |
---|---|
56 | |
39 | |
38 | |
30 | |
30 |