cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
eliotcole
Super User
Super User

When Using the In Page Reply HTML Reformatting Doesn't Work

Hi, I'm making multiple posts because the inline reply field doesn't actually fix the HTML that it says is wrong (which it put in itself 🙄) and then it means that once I've finished editing a post, I can't actually save my edit.

 

So I have to make a new post.

 

This has happened in a couple of threads lately, but here's an example thread:

 

https://powerusers.microsoft.com/t5/Building-Flows/Contains-or-Ends-With-condition-previously-worked...

 

I've marked out the posts I couldn't edit with DELETE (so they can be removed).

 

However I'm not sure why this is happening. I'm using EDGE (latest) on Win 10, with no extensions. Full on Microsoft environment, so I'm not sure why it's failing.

 

One thing it could be is that this editor puts in lots and lots of pointless line breaks, so I go back to tidy things up, and it might be that by removing line breaks there's also other code there, that once I've deleted it, the post is "wrong" ... I dunno. ¯\_(ツ)_/¯

9 REPLIES 9

Hello,

Thank you for reaching out and Apologies for the inconvenience!

We appreciate your feedback and we will take it into consideration as we continue to make improvements to the community site experience. 

 

Thank you again, for posting and being part of the community!

 

Regards,

Kinjal

eliotcole
Super User
Super User

Cheers, @Kinjal_iTalent , please feel free to close this ticket, unless the issue has not been resolved ... in which case 😅

GabrielStJohn
Community Champion
Community Champion

Hey, @eliotcole!

Thanks for posting this thread! As Kinjal mentioned, we apologize for this inconvenience.

It would help me further diagnose this issue if you sent me the snippet of HTML code that is being formatted incorrectly which you referenced in your original post. I must validate this issue on my end before escalating it to our platform team. 

 

Thanks in advance!

- Gabriel
Community Manager
Power Automate | Power Virtual Agents
Super User Program Manager



eliotcole
Super User
Super User

No worries, @GabrielStJohn , thanks for checking in on it.

 

Check out this post here:

https://powerusers.microsoft.com/t5/Building-Flows/Created-item-on-Lists-will-fill-a-choice-column/m...

 

That link should go to one of two posts that look pretty similar.

 

That post in particular (the first, it has no images, I think) absolutely *will not* allow me to edit it now. In fact, when I click on the edit option, it opens up with a blank form. I've tried a CTRL+F5 on the page, too.

 

EDIT - Heh, well, it worked this time 😉

 

Since I can't get to the message, here's a snippet of the HTML from the page in the dev tools  - if you could delete this once you've got it I'd be most obliged:

 

=OR(EXACT(Country,"-DE"),EXACT(Country,"-IT"),EXACT(Country,"-UK"),EXACT(Country,"-FR"))

 

 

Woah ... I just came in to re-edit this and it's changed to this in the editor:

not the droids.jpg

 That is *not* the HTML I'd posted in there 1m prior.

eliotcole
Super User
Super User

OK, it did it again with the reply above, I'll grab the *post* HTML for that in a second.

 

Also, when I pasted in the details (that had the full HTML snippet in) it still pasted that PA Expression instead, which is some very weird caching.

 

AND it's done it again. I simply *CANNOT* post the HTML that you need in a post to you ... when it's prepping the post (and you see the HTML) I can see the code block with the full HTML that I dragged out of the dev tools, but instead you're getting this nonsense ... sorry ... ¯\_(ツ)_/¯

 

Anyway ... here's what I was trying to edit (without the HTML):

------------

No worries, @GabrielStJohn , thanks for checking in on it.

 

Check out this post here:

https://powerusers.microsoft.com/t5/Building-Flows/Created-item-on-Lists-will-fill-a-choice-column/m...

 

That link should go to one of two posts that look pretty similar.

 

That post in particular (the first, it has no images, I think) absolutely *will not* allow me to edit it now. In fact, when I click on the edit option, it opens up with a blank form. I've tried a CTRL+F5 on the page, too.

 

EDIT - Heh, well, it worked this time 😉

 

Since I can't get to the message, here's a snippet of the HTML from the page in the dev tools  - if you could delete this once you've got it I'd be most obliged:

 

 

 

 

															=
															OR
															(
															EXACT
															(Country
															,
															"-DE"
															)
															,
															EXACT
															(Country
															,
															"-IT"
															)
															,
															EXACT
															(Country
															,
															"-UK"
															)
															,
															EXACT
															(Country
															,
															"-FR"
															)
															)
														

 

 

I just ran that through a beautifier, because lord Senna above it had as many erroneous extra line breaks in it as a community post. 😉

 

Woah ... I just came in to re-edit this and it's changed to this in the editor:

not the droids.jpg

 That is *not* the HTML I'd posted in there 1m prior.

eliotcole
Super User
Super User

Here's the post HTML of message 5 in this thread:

<p>No worries,&nbsp;<li-user login="GabrielStJohn" uid="31810"></li-user>&nbsp;, thanks for checking in on it.</p>
<p>&nbsp;</p>
<p>Check out this post here:</p>
<p><a href="https://powerusers.microsoft.com/t5/Building-Flows/Created-item-on-Lists-will-fill-a-choice-column/m-p/920048/highlight/true#M129250" target="_blank" rel="noopener">https://powerusers.microsoft.com/t5/Building-Flows/Created-item-on-Lists-will-fill-a-choice-column/m-p/920048/highlight/true#M129250</a></p>
<p>&nbsp;</p>
<p>That link should go to one of two posts that look pretty similar.</p>
<p>&nbsp;</p>
<p>That post in particular (the first, it has no images, I think) absolutely *will not* allow me to edit it now. In fact, when I click on the edit option, it opens up with a blank form. I've tried a CTRL+F5 on the page, too.</p>
<p>&nbsp;</p>
<p>EDIT - Heh, well, it worked this time <li-emoji src="/html/@111C51BEDD88E33A82D42E30C43D0B41/emoticons/1f609.png" class="lia-deferred-image lia-image-emoji" id="lia_winking-face" title=":winking_face:"></li-emoji></p>
<p>&nbsp;</p>
<p>Since I can't get to the message, here's a snippet of the HTML from the page in the dev tools&nbsp; - if you could delete this once you've got it I'd be most obliged:</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<li-code lang="markup">=OR(EXACT(Country,"-DE"),EXACT(Country,"-IT"),EXACT(Country,"-UK"),EXACT(Country,"-FR"))</li-code>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Woah ... I just came in to re-edit this and it's changed to this in the editor:</p>
<p><li-image width="893" height="219" alt="not the droids.jpg" align="center" id="255470i8090B13167765971" size="large" sourceType="new"></li-image></p>
<p>&nbsp;That is *not* the HTML I'd posted in there 1m prior.</p>
eliotcole
Super User
Super User

First 59,181 characters of the HTML from the dev tools:

<div class="lia-linear-display-message-view" id="lineardisplaymessageviewwrapper_1">
	<div class="lia-forum-linear-view-gte-v5">
		<div data-lia-message-uid="920048" id="messageview_1" class="lia-panel-message message-uid-920048">
			<div data-lia-message-uid="920048" class="lia-message-view-wrapper lia-js-data-messageUid-920048 lia-component-forums-widget-message-view-two" id="messageView2_1_1">
				<span id="U920048"></span>
				<span id="M129250"></span>
				<div class="lia-inline-ajax-feedback">
					<div class="AjaxFeedback" id="ajaxfeedback_3" style="display: none;"></div>
				</div>
				<div class="MessageView lia-message-view-forum-message lia-message-view-display lia-row-standard-read lia-thread-reply lia-message-authored-by-you">
					<span class="lia-message-state-indicator"></span>
					<div class="lia-quilt lia-quilt-forum-message lia-quilt-layout-one-column-message">
						<div class="lia-quilt-row lia-quilt-row-header">
							<div class="lia-quilt-column lia-quilt-column-16 lia-quilt-column-left lia-quilt-column-header-left">
								<div class="lia-quilt-column-alley lia-quilt-column-alley-left">
									<div class="lia-message-author-avatar lia-component-author-avatar lia-component-message-view-widget-author-avatar">
										<div class="UserAvatar lia-user-avatar lia-component-common-widget-user-avatar">
											<img class="lia-user-avatar-message" title="eliotcole" alt="eliotcole" id="imagedisplay_1" src="/t5/image/serverpage/image-id/151610iDB2FCBF5B8C655F5/image-dimensions/40x40/image-coordinates/136%2C79%2C313%2C256/constrain-image/false?v=v2">
											</div>
										</div>
										<div class="lia-message-author-with-avatar">
											<span class="UserName lia-user-name lia-user-rank-Helper-V lia-component-message-view-widget-author-username">
												<a class="lia-link-navigation lia-page-link lia-user-name-link" style="" target="_self" aria-label="View Profile of eliotcole" itemprop="url" id="link_22" href="https://powerusers.microsoft.com/t5/user/viewprofilepage/user-id/131319">
													<span class="">eliotcole</span>
												</a>
												<img class="lia-user-rank-icon lia-user-rank-icon-right" title="Helper V" alt="Helper V" id="display_5" src="/html/@15920F1FAADEA5CEB3DA3E1E72E07831/rank_icons/Posts%20Rank%205@1X.png">
												</span>
												<div class="lia-message-author-rank lia-component-author-rank lia-component-message-view-widget-author-rank">
			Helper V
		</div>
											</div>
											<div class="MessageInResponseTo lia-component-message-view-widget-in-response-to lia-component-in-response-to"></div>
										</div>
									</div>
									<div class="lia-quilt-column lia-quilt-column-08 lia-quilt-column-right lia-quilt-column-header-right">
										<div class="lia-quilt-column-alley lia-quilt-column-alley-right">
											<div class="lia-menu-navigation-wrapper lia-menu-action lia-component-message-view-widget-action-menu" id="actionMenuDropDown_4" style="">
												<div class="lia-menu-navigation">
													<div class="dropdown-default-item">
														<a title="Show option menu" class="lia-js-menu-opener default-menu-option lia-js-click-menu lia-link-navigation" aria-expanded="false" role="button" aria-label="Show option menu" id="dropDownLink_4" href="#"></a>
														<div class="dropdown-positioning">
															<div class="dropdown-positioning-static">
																<ul aria-label="Dropdown menu items" role="list" id="dropdownmenuitems_4" class="lia-menu-dropdown-items">
																	<li role="listitem">
																		<a class="lia-link-navigation edit-message lia-link-ticket-post-action lia-component-forums-action-edit-message-inline" data-lia-action-token="xlzn2pG84YAEuhSet3radoiEz9QiopI2IPGiowZ9a9rY_1_Nmvow0zRUnEgkhVBA" rel="nofollow" id="editMessageInline" href="https://powerusers.microsoft.com/t5/forums/v5/forumtopicpage.editmessageinline:editmessage/message-uid/920048?t:ac=board-id/BuildingFlows/message-id/129209/thread-id/129209&amp;t:cp=boards/contributions/messageactions">Edit Reply</a>
																	</li>
																	<li aria-hidden="true">
																		<span class="lia-separator lia-component-common-widget-link-separator">
																			<span class="lia-separator-post"></span>
																			<span class="lia-separator-pre"></span>
																		</span>
																	</li>
																	<li role="listitem">
																		<a class="lia-link-navigation mark-message-unread lia-link-ticket-post-action lia-component-forums-action-mark-message-unread" data-lia-action-token="mmfdzoPfrcQ-zrZ1jlE3Ih5_DPQWgkMZvHyoGlQZbkkrZfTNLj3v_74VdKI58v2l" rel="nofollow" id="markMessageUnread_1" href="https://powerusers.microsoft.com/t5/forums/v5/forumtopicpage.markmessageunread/message-uid/920048?t:ac=board-id/BuildingFlows/message-id/129209/thread-id/129209&amp;t:cp=boards/contributions/messageactions">Mark as New</a>
																	</li>
																	<li role="listitem">
																		<a class="lia-link-navigation addMessageUserBookmark lia-link-ticket-post-action lia-component-subscriptions-action-add-message-user-bookmark" data-lia-action-token="T6JGTWwKTC2rCk3irEc33bpsquMHavJ0gwB99dXqGAdq42vLTX0moO83y2eFAP0Y" rel="nofollow" id="addMessageUserBookmark_1" href="https://powerusers.microsoft.com/t5/forums/v5/forumtopicpage.addmessageuserbookmark/message-uid/920048?t:ac=board-id/BuildingFlows/message-id/129209/thread-id/129209&amp;t:cp=subscriptions/contributions/messageactions">Bookmark</a>
																	</li>
																	<li role="listitem">
																		<a class="lia-link-navigation addMessageUserEmailSubscription lia-link-ticket-post-action lia-component-subscriptions-action-add-message-user-email" data-lia-action-token="gLlrS8LvMqQO9j7ezlTgARlw26p0hr560SHTSNloVVYdRJseTHJVBtpTl0tk7ElU" rel="nofollow" id="addMessageUserEmailSubscription_1" href="https://powerusers.microsoft.com/t5/forums/v5/forumtopicpage.addmessageuseremailsubscription/message-uid/920048?t:ac=board-id/BuildingFlows/message-id/129209/thread-id/129209&amp;t:cp=subscriptions/contributions/messageactions">Subscribe</a>
																	</li>
																	<li role="listitem">
																		<a class="lia-link-navigation addMessageUserMute lia-link-ticket-post-action lia-component-subscriptions-action-add-message-user-mute" data-lia-action-token="mxp522cl0_xVKm0DVgoNV085lTI3ritPt4MJUk3IYwRwKz1deQ3bNV_XxCtV5EH-" rel="nofollow" id="addMessageUserMute_1" href="https://powerusers.microsoft.com/t5/forums/v5/forumtopicpage.addmessageusermute/message-uid/920048?t:ac=board-id/BuildingFlows/message-id/129209/thread-id/129209&amp;t:cp=subscriptions/contributions/messageactions">Mute</a>
																	</li>
																	<li aria-hidden="true">
																		<span class="lia-separator lia-component-common-widget-link-separator">
																			<span class="lia-separator-post"></span>
																			<span class="lia-separator-pre"></span>
																		</span>
																	</li>
																	<li role="listitem">
																		<a class="lia-link-navigation rss-message-link lia-component-rss-action-message" rel="nofollow noopener noreferrer" id="rssMessage_1" href="https://powerusers.microsoft.com/rss/message?board.id=BuildingFlows&amp;message.id=129250">Subscribe to RSS Feed</a>
																	</li>
																	<li aria-hidden="true">
																		<span class="lia-separator lia-component-common-widget-link-separator">
																			<span class="lia-separator-post"></span>
																			<span class="lia-separator-pre"></span>
																		</span>
																	</li>
																	<li role="listitem">
																		<a class="lia-link-navigation highlight-message lia-component-forums-action-highlight-message" id="highlightMessage_1" href="/t5/Building-Flows/Created-item-on-Lists-will-fill-a-choice-column/m-p/920048/highlight/true#M129250">Permalink</a>
																	</li>
																	<li role="listitem">
																		<a class="lia-link-navigation print-message lia-component-forums-action-print-message" rel="nofollow" id="printMessage_1" href="/t5/forums/forumtopicprintpage/board-id/BuildingFlows/message-id/129250/print-single-message/true/page/1">Print</a>
																	</li>
																	<li role="listitem">
																		<a class="lia-link-navigation email_friend lia-component-forums-action-email-message-to-friend" id="emailMessageToFriend_1" href="/t5/notifications/emailmessagepage/board-id/BuildingFlows/message-id/129250">Email to a Friend</a>
																	</li>
																	<li aria-hidden="true">
																		<span class="lia-separator lia-component-common-widget-link-separator">
																			<span class="lia-separator-post"></span>
																			<span class="lia-separator-pre"></span>
																		</span>
																	</li>
																	<li role="listitem">
																		<a class="lia-link-navigation report-abuse-link lia-component-forums-action-report-abuse" rel="nofollow" id="reportAbuse_1" href="/t5/notifications/notifymoderatorpage/message-uid/920048">Report Inappropriate Content</a>
																	</li>
																</ul>
															</div>
														</div>
													</div>
												</div>
											</div>
										</div>
									</div>
								</div>
								<div class="lia-quilt-row lia-quilt-row-main">
									<div class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-main">
										<div class="lia-quilt-column-alley lia-quilt-column-alley-single">
											<div class="lia-message-subject lia-component-message-view-widget-subject">
												<div class="MessageSubject">
													<h2 class="message-subject">
														<span class="lia-message-read"></span>
													</h2>
												</div>
											</div>
											<div aria-label="Posted on" class="lia-message-post-date lia-component-post-date lia-component-message-view-widget-post-date">
												<span class="DateTime">
													<span title="&lrm;05-11-2021 09:35 AM" class="local-friendly-date">
			7 hours ago
		</span>
												</span>
											</div>
											<div itemprop="text" id="bodyDisplay_1" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation">
												<div class="lia-message-body-content">
													<p>Hi,&nbsp;
														<a href="/t5/user/viewprofilepage/user-id/255728">@HollyNewell</a>&nbsp;, I guess my main question is:
													</p>
													<p class="lia-indent-padding-left-30px">
														<font size="4">Do you intend to use the "
															<em>Status</em>" column for anything else?
														</font>
													</p>
													<p>&nbsp;</p>
													<p>I ask this because ( 
														<em>purely based on the above</em> ) I see a binary situation there. It's either that input is needed, or not.
													</p>
													<p>&nbsp;</p>
													<p>
														<font size="4">
															<strong>Purely SharePoint Solution</strong>
														</font>
													</p>
													<p>
														<strong>Columns</strong>
													</p>
													<p>I have made three columns:</p>
													<p>Single Line of Text - Country</p>
													<p>inputRequired - Calculated Yes/No - This uses a formula to define if it is Yes or No.</p>
													<p>Status - Calculated Single Line of Text - This could use the same formula as inputRequired, but I decided to base it on that field for variety.</p>
													<p>&nbsp;</p>
													<p>
														<strong>Formulas</strong>
													</p>
													<p>For the 'Yes/No' calculated column '
														<strong>inputRequired</strong>' I used this formula:
													</p>
													<pre class="lia-code-sample  language-javascript">
														<code class=" language-javascript">
															<span class="token operator">=</span>
															<span class="token function">OR</span>
															<span class="token punctuation">(</span>
															<span class="token function">EXACT</span>
															<span class="token punctuation">(</span>Country
															<span class="token punctuation">,</span>
															<span class="token string">"-DE"</span>
															<span class="token punctuation">)</span>
															<span class="token punctuation">,</span>
															<span class="token function">EXACT</span>
															<span class="token punctuation">(</span>Country
															<span class="token punctuation">,</span>
															<span class="token string">"-IT"</span>
															<span class="token punctuation">)</span>
															<span class="token punctuation">,</span>
															<span class="token function">EXACT</span>
															<span class="token punctuation">(</span>Country
															<span class="token punctuation">,</span>
															<span class="token string">"-UK"</span>
															<span class="token punctuation">)</span>
															<span class="token punctuation">,</span>
															<span class="token function">EXACT</span>
															<span class="token punctuation">(</span>Country
															<span class="token punctuation">,</span>
															<span class="token string">"-FR"</span>
															<span class="token punctuation">)</span>
															<span class="token punctuation">)</span>
														</code>
													</pre>
													<p>I used this code for the formatting:</p>
													<pre class="lia-code-sample  language-javascript">
														<code class=" language-javascript">
															<span class="token punctuation">{</span>
															<span class="token string">"elmType"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"div"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"style"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"box-sizing"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"border-box"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"padding"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"0 2px"</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"attributes"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"class"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token boolean">true</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"sp-css-backgroundColor-blockingBackground50"</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token boolean">false</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"sp-css-backgroundColor-successBackground50"</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"children"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"elmType"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"span"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"style"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"line-height"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"16px"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"height"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"14px"</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"attributes"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"iconName"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token boolean">true</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token boolean">false</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"elmType"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"span"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"style"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"overflow"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"hidden"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"text-overflow"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"ellipsis"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"padding"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"0 3px"</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"txtContent"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"@currentField.displayValue"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"attributes"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"class"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token boolean">true</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token boolean">false</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">,</span>
															<span class="token string">"templateId"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"BgColorBoolean"</span>
															<span class="token punctuation">}</span>
														</code>
													</pre>
													<p>&nbsp;</p>
													<p>
														<font size="3">For , the Single Line of Text calculated column I used this formula:</font>
													</p>
													<pre class="lia-code-sample  language-javascript">
														<code class=" language-javascript">
															<span class="token operator">=</span>
															<span class="token function">IF</span>
															<span class="token punctuation">(</span>
															<span class="token function">EXACT</span>
															<span class="token punctuation">(</span>requiresInput
															<span class="token punctuation">,</span>TRUE
															<span class="token punctuation">)</span>
															<span class="token punctuation">,</span>
															<span class="token string">"Input Required"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"n/a"</span>
															<span class="token punctuation">)</span>
														</code>
													</pre>
													<p>
														<font size="3">I used this code for the formatting:</font>
													</p>
													<pre class="lia-code-sample  language-javascript">
														<code class=" language-javascript">
															<span class="token punctuation">{</span>
															<span class="token string">"elmType"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"div"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"style"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"flex-wrap"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"wrap"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"display"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"flex"</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"children"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"elmType"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"div"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"style"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"box-sizing"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"border-box"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"padding"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"4px 8px 5px 8px"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"display"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"flex"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"border-radius"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"16px"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"height"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"24px"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"align-items"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"center"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"white-space"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"nowrap"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"overflow"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"hidden"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"margin"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"4px 4px 4px 4px"</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"attributes"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"class"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"Input Required"</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"sp-css-backgroundColor-blockingBackground50"</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"n/a"</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"sp-css-backgroundColor-successBackground50"</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token string">"sp-field-borderAllRegular sp-field-borderAllSolid sp-css-borderColor-neutralSecondary"</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"children"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"elmType"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"span"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"style"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"line-height"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"16px"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"height"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"14px"</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"attributes"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"iconName"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"Input Required"</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"n/a"</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"elmType"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"span"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"style"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"overflow"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"hidden"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"text-overflow"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"ellipsis"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"padding"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"0 3px"</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">"txtContent"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"attributes"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"class"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"Input Required"</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"n/a"</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">":"</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token punctuation">{</span>
															<span class="token string">"operator"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"=="</span>
															<span class="token punctuation">,</span>
															<span class="token string">"operands"</span>
															<span class="token punctuation">:</span>
															<span class="token punctuation">[</span>
															<span class="token string">"@currentField"</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">,</span>
															<span class="token string">""</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">}</span>
															<span class="token punctuation">]</span>
															<span class="token punctuation">,</span>
															<span class="token string">"templateId"</span>
															<span class="token punctuation">:</span>
															<span class="token string">"BgColorChoicePill"</span>
															<span class="token punctuation">}</span>
														</code>
													</pre>
													<p>&nbsp;</p>
													<p>
														<font size="3">I didn't make those formatting codes myself, for the text field I created a separate choice field with the exact same values it calculates, then copied the automated formatting that the modern SharePoint site does for it. For the Yes/No, you can edit it by right clicking the column when looking at the list.</font>
													</p>
													<p>&nbsp;</p>
													<p>
														<strong>
															<font size="4">Power Automate Solution</font>
														</strong>
													</p>
													<p>If I'm reading this correctly, you already have a flow that is handling this, you can go one of two ways:</p>
													<ol>
														<li>
															<strong>Full Flow Logic</strong> - Create a country array variable, and a status variable, and set the status variable on that.
															<ul>
																<li>
																	<em>Array variable</em> - I'll call mine&nbsp;
																	<strong>countryArrVAR</strong> - This contains a list of the texts to look out for.
																</li>
																<li>
																	<em>String variable</em> -&nbsp;
																	<strong>statusVAR</strong> - Is changed dependent on their presence in the '
																	<strong>Country</strong>' column.
																</li>
																<li>
																	<em>Condition action</em> - A four pronged OR condition, where each prong will be to see if the Country column value equals the text above.
																</li>
															</ul>
														</li>
														<li>
															<strong>Expression Logic</strong> - Use a one or two expressions to set a boolean then decide if the Status text will be "
															<em>Input Required</em>" or "
															<em>N/A</em>"
														</li>
													</ol>
													<p>&nbsp;</p>
													<p>Full flow logic is the easiest to understand because you can see it all visually, but&nbsp;I'll flesh both of these out with a couple of examples in a bit, but hopefully I've plotted them out enough for you to work out the rest.</p>
													<p>&nbsp;</p>
													<p>If you respond, I'll reply again, otherwise I'll edit more into this reply myself. 
														<img class="lia-deferred-image lia-image-emoji" src="/html/@4B9BF0A78F1CC5B1B1CD4E0D94922CCB/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:">
														</p>
													</div>
												</div>
											</div>
										</div>
									</div>
									<div class="lia-quilt-row lia-quilt-row-footer">
										<div class="lia-quilt-column lia-quilt-column-12 lia-quilt-column-left lia-quilt-column-footer-left">
											<div class="lia-quilt-column-alley lia-quilt-column-alley-left">
												<div class="AddMessageTags lia-component-add-tags lia-component-message-view-widget-add-tags">
													<a class="lia-link-navigation add-tag-link" role="button" aria-label="Add Tag..." id="showAddTag_1" href="#">Add tags</a>
													<form enctype="multipart/form-data" class="lia-form lia-form-inline lia-form-footer-outside-fieldset lia-js-hidden" action="https://powerusers.microsoft.com/t5/forums/v5/forumtopicpage.addmessagetags.form.form.form/message-uid/920048" method="post" id="form_3" name="form_3">
														<div class="t-invisible">
															<input value="board-id/BuildingFlows/message-id/129209/thread-id/129209" name="t:ac" type="hidden">
																<input value="messages/contributions/messageviewparameterscontributionpage" name="t:cp" type="hidden">
																	<input value="ForumTopicPage:board-id/BuildingFlows/message-id/129209/thread-id/129209:addmessagetags.form.form:920048" name="liaFormContentKey" type="hidden">
																		<input value="cEtiYBjqvA/nMaNmo0AwCMlaxxY=:H4sIAAAAAAAAAM1VMWgUQRSdnAjKoWggZ5siSlLcbpK7E4mKJGdikDMeLp6kMczu/tuMzuxMZuZyd4hWFhb2doJgp7G1EzGFpLFRbEWwFUTFRgVnbzd4FooL2SPVZ/7/8/7778/uf/wR7W0voysMlMIBKNvjoZbEbWnCQ2VfiN0NAu06lpiBBqmqfSl1E53Bvp/c1zhQVpNLZlHOxcqkksjiMrCwwN4qWBoLUFp2K5bHJVDiGssEDyHUyqqZG2PTn0Vz4lzh0ZkcQh2xm5iVno/fXix93UAZM5taQ7fQUMb4e7LDL6VWtlK8uPV2At3YyljZ9Mymlj9sfGk+ff1gAMyWUjG7ZOIm5GisYUFy5kQnv0qJSWlg2oLivRdv7qDRnzk0VEN573dAo+HaNbyObYrDwHYMwzA42REajUSkzppqjGjw57pVzhhWbYxWdrxpIbkAqbvgE8PbND9DiV4lLWa1wZ3ub5YSq54kz/eSxxzQLTEfrhPJQ2Zyzh/Orb0r2cVeo/u2kaNHvr8jIpNvj6NjLuXedbsfai7yqO3CqqeDYVL55xhcrMCadY0Te3qBAPVjPkcvb+bfj7z8kagdacDpkpEk4fFXddNQm01LzWB6Rnqn5TKilBnI5hO/3Px2/1X8nAcy2VP/P9kqBRz+MVvWeHZzdPHI9133YygPaE2lZ3Z88tCnE1cf3j09iDVVyHBBZ4xfznjNluM1GyDYcXwVfc86MREodLSKyh3U6EDsrcbegZWPqg9nLGbhF3lR0KGsCgAA" name="t:formdata" type="hidden">
																		</div>
																		<div class="lia-inline-ajax-feedback">
																			<div class="AjaxFeedback" id="feedback_3" style="display: none;"></div>
																		</div>
																		<input value="az7zpapwfx-HvhdYtrJseh4bqSncAXZMq6zS1grvJu7KnLQ9A-704sTb0xiZ-WPL" name="lia-action-token" type="hidden">
																			<input value="form_3" id="form_UIDform_3" name="form_UID" type="hidden">
																				<input value="920048" id="form_instance_keyform_3" name="form_instance_key" type="hidden">
																					<div class="lia-quilt-row lia-quilt-row-standard lia-input-edit-form-row lia-quilt-row-first lia-quilt-row-last">
																						<div class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-input-edit-form-column">
																							<div class="lia-quilt-column-alley lia-quilt-column-alley-single">
																								<div class="lia-form-row lia-form-tags-delimited-by-commas-entry">
																									<div class="lia-quilt-row lia-quilt-row-standard">
																										<div class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single">
																											<div class="lia-quilt-column-alley lia-quilt-column-alley-single">
																												<div class="lia-form-input-wrapper">
																													<input placeholder="Use commas between tags" aria-label="Add Tags seperated by commas" class="lia-form-tags-delimited-by-commas-input lia-form-type-text lia-form-input-vertical" maxlength="2000" value="" id="lia-tagsDelimitedByCommas_2" name="tagsDelimitedByCommas" type="text">
																													</div>
																												</div>
																											</div>
																										</div>
																									</div>
																								</div>
																							</div>
																						</div>
																						<div class="lia-form-footer">
																							<div class="lia-form-submit lia-button-group">
																								<span class="lia-button-wrapper lia-button-wrapper-primary lia-button-wrapper-Submit-action">
																									<input value="Submit" name="submitContextX" type="hidden">
																										<input title="" class="lia-button lia-button-primary lia-button-Submit-action" value="Add" id="submitContext_3" name="submitContext" type="submit">
																										</span>
																									</div>
																								</div>
																							</form>
																						</div>
																	
eliotcole
Super User
Super User

last part:

 

 

					<div class="lia-message-position-in-thread lia-component-message-position-in-thread lia-component-message-view-widget-message-position-in-thread">
																							<span class="MessagesPositionInThread">
	Message 
																								<a href="/t5/Building-Flows/Created-item-on-Lists-will-fill-a-choice-column/m-p/920048#M129250" aria-label="Message 3 of 4">3</a> of 4

																							</span>
																						</div>
																						<div class="lia-message-VIEW_COUNT lia-component-message-widget-message-property-display lia-component-view-count lia-component-message-view-widget-view-count">20 Views</div>
																					</div>
																				</div>
																				<div class="lia-quilt-column lia-quilt-column-12 lia-quilt-column-right lia-quilt-column-footer-right">
																					<div class="lia-quilt-column-alley lia-quilt-column-alley-right">
																						<div class="lia-message-kudo-reply-metoo">
																							<div data-lia-kudos-id="920048" id="kudosButtonV2_1" class="KudosButton lia-button-image-kudos-wrapper lia-component-kudos-widget-button-version-3 lia-component-kudos-widget-button-horizontal lia-component-kudos-widget-button lia-component-kudos-action lia-component-message-view-widget-kudos-action">
																								<div class="lia-button-image-kudos lia-button-image-kudos-horizontal lia-button-image-kudos-disabled lia-button-image-kudos-not-kudoed lia-button">
																									<div aria-atomic="true" aria-live="assertive" class="lia-button-image-kudos-count">
																										<span class="lia-link-navigation kudos-count-link lia-link-disabled" title="The total number of kudos this post has received." id="link_23">
																											<span itemprop="upvoteCount" aria-label="Kudos Count 0" id="messageKudosCount_1e7952808914ac" class="MessageKudosCount lia-component-kudos-widget-message-kudos-count" tabindex=" ">
	
			0
		
</span>
																											<span class="lia-button-image-kudos-label lia-component-kudos-widget-kudos-count-label">
	Kudos
</span>
																										</span>
																									</div>
																									<div title="Sorry, you can't give kudos to this post." class="lia-button-image-kudos-give">
																										<span onclick="return LITHIUM.EarlyEventCapture(this, 'click', true)" class="lia-link-navigation kudos-link lia-link-disabled" role="button" data-lia-kudos-entity-uid="920048" aria-label="Sorry, you can't give kudos to this post." title="Sorry, you can't give kudos to this post." id="kudoEntity_1"></span>
																									</div>
																								</div>
																							</div>
																						</div>
																						<div class="lia-inline-message-reply-container lia-component-messages-widget-reply-inline-button" id="inlineMessageReplyContainer_1">
																							<div id="replyWrapper_1" class="lia-inline-message-reply-wrapper">
																								<div id="messageActions_1" class="lia-message-actions">
																									<div class="lia-button-group">
																										<span class="lia-button-wrapper lia-button-wrapper-secondary">
																											<a class="lia-button lia-button-secondary reply-action-link lia-action-reply iconClass lia-button-slim" id="link_24" href="">Reply</a>
																										</span>
																									</div>
																								</div>
																								<div class="lia-inline-message-reply-placeholder"></div>
																							</div>
																						</div>
																					</div>
																				</div>
																			</div>
																			<div class="lia-quilt-row lia-quilt-row-mod-controls">
																				<div class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-mod-controls-main lia-mark-empty"></div>
																			</div>
																			<div class="lia-quilt-row lia-quilt-row-sub-footer">
																				<div class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-sub-footer lia-mark-empty"></div>
																			</div>
																		</div>
																	</div>
																</div>
																<div class="lia-progress lia-js-hidden" id="progressBar_1">
																	<div class="lia-progress-indeterminate"></div>
																</div>
															</div>
														</div>
													</div>

 

 

 

Again, that's been run through a beautifier. https://codebeautify.org/htmlviewer

GabrielStJohn
Community Champion
Community Champion

Hey again, @eliotcole!

Thanks for getting back to me. Can you please send me the original code snippet that you were trying to input that was causing the error? I don't see that called out in your recent replies. Our engineering team will need to know exactly what you were trying to input in order to replicate the error.

Thanks again for your help & we apologize for any inconvenience!

 

 

- Gabriel
Community Manager
Power Automate | Power Virtual Agents
Super User Program Manager



Helpful resources

Announcements

Exclusive LIVE Community Event: Power Apps Copilot Coffee Chat with Copilot Studio Product Team

It's time for the SECOND Power Apps Copilot Coffee Chat featuring the Copilot Studio product team, which will be held LIVE on April 3, 2024 at 9:30 AM Pacific Daylight Time (PDT).     This is an incredible opportunity to connect with members of the Copilot Studio product team and ask them anything about Copilot Studio. We'll share our special guests with you shortly--but we want to encourage to mark your calendars now because you will not want to miss the conversation.   This live event will give you the unique opportunity to learn more about Copilot Studio plans, where we’ll focus, and get insight into upcoming features. We’re looking forward to hearing from the community, so bring your questions!   TO GET ACCESS TO THIS EXCLUSIVE AMA: Kudo this post to reserve your spot! Reserve your spot now by kudoing this post.  Reservations will be prioritized on when your kudo for the post comes through, so don't wait! Click that "kudo button" today.   Invitations will be sent on April 2nd.Users posting Kudos after April 2nd at 9AM PDT may not receive an invitation but will be able to view the session online after conclusion of the event. Give your "kudo" today and mark your calendars for April 3, 2024 at 9:30 AM PDT and join us for an engaging and informative session!

Tuesday Tip: Unlocking Community Achievements and Earning Badges

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!     THIS WEEK'S TIP: Unlocking Achievements and Earning BadgesAcross the Communities, you'll see badges on users profile that recognize and reward their engagement and contributions. These badges each signify a different achievement--and all of those achievements are available to any Community member! If you're a seasoned pro or just getting started, you too can earn badges for the great work you do. Check out some details on Community badges below--and find out more in the detailed link at the end of the article!       A Diverse Range of Badges to Collect The badges you can earn in the Community cover a wide array of activities, including: Kudos Received: Acknowledges the number of times a user’s post has been appreciated with a “Kudo.”Kudos Given: Highlights the user’s generosity in recognizing others’ contributions.Topics Created: Tracks the number of discussions initiated by a user.Solutions Provided: Celebrates the instances where a user’s response is marked as the correct solution.Reply: Counts the number of times a user has engaged with community discussions.Blog Contributor: Honors those who contribute valuable content and are invited to write for the community blog.       A Community Evolving Together Badges are not only a great way to recognize outstanding contributions of our amazing Community members--they are also a way to continue fostering a collaborative and supportive environment. As you continue to share your knowledge and assist each other these badges serve as a visual representation of your valuable contributions.   Find out more about badges in these Community Support pages in each Community: All About Community Badges - Power Apps CommunityAll About Community Badges - Power Automate CommunityAll About Community Badges - Copilot Studio CommunityAll About Community Badges - Power Pages Community

Tuesday Tips: Powering Up Your Community Profile

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!   This Week's Tip: Power Up Your Profile!  🚀 It's where every Community member gets their start, and it's essential that you keep it updated! Your Community User Profile is how you're able to get messages, post solutions, ask questions--and as you rank up, it's where your badges will appear and how you'll be known when you start blogging in the Community Blog. Your Community User Profile is how the Community knows you--so it's essential that it works the way you need it to! From changing your username to updating contact information, this Knowledge Base Article is your best resource for powering up your profile.     Password Puzzles? No Problem! Find out how to sync your Azure AD password with your community account, ensuring a seamless sign-in. No separate passwords to remember! Job Jumps & Email Swaps Changed jobs? Got a new email? Fear not! You'll find out how to link your shiny new email to your existing community account, keeping your contributions and connections intact. Username Uncertainties Unraveled Picking the perfect username is crucial--and sometimes the original choice you signed up with doesn't fit as well as you may have thought. There's a quick way to request an update here--but remember, your username is your community identity, so choose wisely. "Need Admin Approval" Warning Window? If you see this error message while using the community, don't worry. A simple process will help you get where you need to go. If you still need assistance, find out how to contact your Community Support team. Whatever you're looking for, when it comes to your profile, the Community Account Support Knowledge Base article is your treasure trove of tips as you navigate the nuances of your Community Profile. It’s the ultimate resource for keeping your digital identity in tip-top shape while engaging with the Power Platform Community. So, dive in and power up your profile today!  💪🚀   Community Account Support | Power Apps Community Account Support | Power AutomateCommunity Account Support | Copilot Studio  Community Account Support | Power Pages

Super User of the Month | Chris Piasecki

In our 2nd installment of this new ongoing feature in the Community, we're thrilled to announce that Chris Piasecki is our Super User of the Month for March 2024. If you've been in the Community for a while, we're sure you've seen a comment or marked one of Chris' helpful tips as a solution--he's been a Super User for SEVEN consecutive seasons!   Since authoring his first reply in April 2020 to his most recent achievement organizing the Canadian Power Platform Summit this month, Chris has helped countless Community members with his insights and expertise. In addition to being a Super User, Chris is also a User Group leader, Microsoft MVP, and a featured speaker at the Microsoft Power Platform Conference. His contributions to the new SUIT program, along with his joyous personality and willingness to jump in and help so many members has made Chris a fixture in the Power Platform Community.   When Chris isn't authoring solutions or organizing events, he's actively leading Piasecki Consulting, specializing in solution architecture, integration, DevOps, and more--helping clients discover how to strategize and implement Microsoft's technology platforms. We are grateful for Chris' insightful help in the Community and look forward to even more amazing milestones as he continues to assist so many with his great tips, solutions--always with a smile and a great sense of humor.You can find Chris in the Community and on LinkedIn. Thanks for being such a SUPER user, Chris! 💪 🌠  

Find Out What Makes Super Users So Super

We know many of you visit the Power Platform Communities to ask questions and receive answers. But do you know that many of our best answers and solutions come from Community members who are super active, helping anyone who needs a little help getting unstuck with Business Applications products? We call these dedicated Community members Super Users because they are the real heroes in the Community, willing to jump in whenever they can to help! Maybe you've encountered them yourself and they've solved some of your biggest questions. Have you ever wondered, "Why?"We interviewed several of our Super Users to understand what drives them to help in the Community--and discover the difference it has made in their lives as well! Take a look in our gallery today: What Motivates a Super User? - Power Platform Community (microsoft.com)

March User Group Update: New Groups and Upcoming Events!

  Welcome to this month’s celebration of our Community User Groups and exciting User Group events. We’re thrilled to introduce some brand-new user groups that have recently joined our vibrant community. Plus, we’ve got a lineup of engaging events you won’t want to miss. Let’s jump right in: New User Groups   Sacramento Power Platform GroupANZ Power Platform COE User GroupPower Platform MongoliaPower Platform User Group OmanPower Platform User Group Delta StateMid Michigan Power Platform Upcoming Events  DUG4MFG - Quarterly Meetup - Microsoft Demand PlanningDate: 19 Mar 2024 | 10:30 AM to 12:30 PM Central America Standard TimeDescription: Dive into the world of manufacturing with a focus on Demand Planning. Learn from industry experts and share your insights. Dynamics User Group HoustonDate: 07 Mar 2024 | 11:00 AM to 01:00 PM Central America Standard TimeDescription: Houston, get ready for an immersive session on Dynamics 365 and the Power Platform. Connect with fellow professionals and expand your knowledge. Reading Dynamics 365 & Power Platform User Group (Q1)Date: 05 Mar 2024 | 06:00 PM to 09:00 PM GMT Standard TimeDescription: Join our virtual meetup for insightful discussions, demos, and community updates. Let’s kick off Q1 with a bang! Leaders, Create Your Events!  Leaders of existing User Groups, don’t forget to create your events within the Community platform. By doing so, you’ll enable us to share them in future posts and newsletters. Let’s spread the word and make these gatherings even more impactful! Stay tuned for more updates, inspiring stories, and collaborative opportunities from and for our Community User Groups.   P.S. Have an event or success story to share? Reach out to us – we’d love to feature you!

Top Kudoed Authors
Users online (6,068)